@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:wght@300;400;700&display=swap');

/*------------------------------------------------------
　　　　　　　　　＊ HTML5 RESET ＊
-------------------------------------------------------*/
html, body, div, 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;
	font-size:100%;
	vertical-align:baseline;
	font-style: normal;
} 
span {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
} 
strong {
	font-size:100%;
	vertical-align:baseline;
} 
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol,ul{list-style:none;}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    font-size:100%;
    vertical-align:baseline;
	outline: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
img {
	margin: 0;
	vertical-align: bottom;
	border: none;
	}

/*------------------------------------------------------
　　　　　　　　　＊ COMMON　＊
-------------------------------------------------------*/
.fl_l {float: left !important;}
.fl_r {float: right !important;}
.center {
	margin-right: auto;
	margin-left: auto;
}
.clear_b {clear: both !important;}

.ta_l {text-align: left !important;}
.ta_r {text-align: right !important;}
.ta_c {text-align: center !important;}

/* Clearfix */  
.clearfix:after {
    content: "";   
    display: block;   
    height: 0px;  
	line-height: 0px;
    clear: both;   
    visibility: hidden;  
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
.ps_r {
	position: relative;
}

.m_0 {margin: 0px !important;}
 
.m_b0 {margin-bottom: 0px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b60 {margin-bottom: 60px !important;}
.m_b65 {margin-bottom: 65px !important;}
.m_b70 {margin-bottom: 70px !important;}
.m_b80 {margin-bottom: 80px !important;}
.m_b100 {margin-bottom: 100px !important;}

.m_t0 {margin-top: 0px !important;}
.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t35 {margin-top: 35px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t-5 {margin-top: -5px !important;}
.m_t-10 {margin-top: -10px !important;}
.m_t-15 {margin-top: -15px !important;}
.m_t-20 {margin-top: -20px !important;}
.m_t-30 {margin-top: -30px !important;}

.m_l0 {margin-left: 0px !important;}
.m_l5 {margin-left: 5px !important;}
.m_l10 {margin-left: 10px !important;}
.m_l15 {margin-left: 15px !important;}
.m_l20 {margin-left: 20px !important;}
.m_l25 {margin-left: 25px !important;}
.m_l30 {margin-left: 30px !important;}
.m_l-10 {margin-left: -10px !important;}
.m_l-15 {margin-left: -15px !important;}
.m_l-20 {margin-left: -20px !important;}

.m_lr_a {
	margin-left: auto;
	margin-right: auto;
}

.m_r0 {margin-right: 0px !important;}
.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_r15 {margin-right: 15px !important;}
.m_r20 {margin-right: 20px !important;}
.m_r25 {margin-right: 25px !important;}
.m_r30 {margin-right: 30px !important;}
.m_r60 {margin-right: 60px !important;}

.p_t0 {padding-top: 0px !important;}
.p_t5 {padding-top: 5px !important;}
.p_t10 {padding-top: 10px !important;}
.p_t12 {padding-top: 12px !important;}
.p_t15 {padding-top: 15px !important;}
.p_t20 {padding-top: 20px !important;}
.p_t25 {padding-top: 25px !important;}
.p_t30 {padding-top: 30px !important;}
.p_t40 {padding-top: 40px !important;}
.p_t45 {padding-top: 45px !important;}
.p_t50 {padding-top: 50px !important;}
.p_t60 {padding-top: 60px !important;}
.p_t70 {padding-top: 70px !important;}
.p_t100 {padding-top: 100px !important;}
.p_t130 {padding-top: 130px !important;}

.p_b0 {padding-bottom: 0px !important;}
.p_b5 {padding-bottom: 5px !important;}
.p_b10 {padding-bottom: 10px !important;}
.p_b15 {padding-bottom: 15px !important;}
.p_b20 {padding-bottom: 20px !important;}
.p_b25 {padding-bottom: 25px !important;}
.p_b30 {padding-bottom: 30px !important;}
.p_b35 {padding-bottom: 35px !important;}
.p_b40 {padding-bottom: 40px !important;}
.p_b45 {padding-bottom: 45px !important;}
.p_b50 {padding-bottom: 50px !important;}
.p_b60 {padding-bottom: 60px !important;}
.p_b65 {padding-bottom: 65px !important;}
.p_b70 {padding-bottom: 70px !important;}
.p_b80 {padding-bottom: 80px !important;}
.p_b90 {padding-bottom: 90px !important;}
.p_b100 {padding-bottom: 100px !important;}

.p_l5 {padding-left: 5px !important;}
.p_l10 {padding-left: 10px !important;}
.p_l15 {padding-left: 15px !important;}
.p_l20 {padding-left: 20px !important;}
.p_l25 {padding-left: 25px !important;}
.p_l30 {padding-left: 30px !important;}
.p_l40 {padding-left: 40px !important;}
.p_l45 {padding-left: 40px !important;}
.p_l50 {padding-left: 50px !important;}
.p_l60 {padding-left: 60px !important;}
.p_l70 {padding-left: 70px !important;}
.p_l100 {padding-left: 100px !important;}
.p_l120 {padding-left: 120px !important;}
	
.p_r5 {padding-right: 5px !important;}
.p_r8 {padding-right: 8px !important;}
.p_r10 {padding-right: 10px !important;}
.p_r15 {padding-right: 15px !important;}
.p_r20 {padding-right: 20px !important;}
.p_r25 {padding-right: 25px !important;}
.p_r30 {padding-right: 30px !important;}
.p_r60 {padding-right: 60px !important;}

.p_5 {padding: 5px !important;}
.p_10 {padding: 10px !important;}
.p_15 {padding: 15px !important;}
.p_20 {padding: 20px !important;}
.p_30 {padding: 30px !important;}

.fw_b{font-weight: bold !important;}
.fw_n{font-weight: normal!important;}
.fc_black{color: #222222 !important;}
.fc_red{color: #D8261D !important;}
.fc_blue{color: #002E5C !important;}
.fc_gray{color: #949B9F !important;}

.lh_130{line-height: 1.3;}
.lh_150{line-height: 1.5;}
.lh_180{line-height: 1.8;}

.fs_1{ font-size: 1px !important;}
.fs_10{ font-size: 10px !important;}
.fs_11{ font-size: 11px !important;}
.fs_12{	font-size: 12px !important;}
.fs_13{	font-size: 13px !important;}
.fs_14{	font-size: 14px !important;}
.fs_15{	font-size: 15px !important;}
.fs_16{	font-size: 16px !important;}
.fs_17{	font-size: 17px !important;}
.fs_18{	font-size: 18px !important;}
.fs_19{	font-size: 19px !important;}
.fs_20{	font-size: 20px !important;}
.fs_21{	font-size: 21px !important;}
.fs_22{	font-size: 22px !important;}
.fs_23{	font-size: 23px !important;}
.fs_24{	font-size: 24px !important;}
.fs_25{	font-size: 25px !important;}
.fs_26{	font-size: 26px !important;}
.fs_27{	font-size: 27px !important;}
.fs_28{	font-size: 28px !important;}
.fs_29{	font-size: 29px !important;}
.fs_30{	font-size: 30px !important;}
.fs_36{	font-size: 36px !important;}

.fs_120p{font-size: 120% !important;}
.fs_90p{font-size: 90% !important;}
.fs_85p{font-size: 85% !important;}
.fs_80p{font-size: 80% !important;}

.bdr_none{
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.bdr_gray01{
    border: 1px solid #D4D4D4;
}
.bg_gray01 {
    background-color: #F8F8F8 !important;
}
.bg_none {
	background-image: none !important;
}
.js_link{
	cursor: pointer;
}
.dsp_b {
	display: block;
}
.dsp_ib {
	display: inline-block;
}
.dsp_n {
	display: none;
}
.w_100p {
    width: 100% !important;	
}
.tax-included { /* 税込み表示 */
  font-size: 16px;
  letter-spacing: 0em;
  margin-left: 3px;
  align-self: flex-end;
}
@media screen and (max-width: 768px){
  .tax-included { /* 税込み表示 */
    font-size: 15px;
    margin: 3px 0 0;
    display: inline-block;
  }
}
/*------------------------------------------------------
　　　　　　　　　＊ BASE ＊
-------------------------------------------------------*/
body{
	font-size: 15px;
	line-height: 1.8;
	color: #222222;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.08em;
	font-feature-settings: "palt"
}
@media screen and (max-width: 768px){
body{
	font-size: 14px;
	line-height: 1.7;
	color: #222222;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.06em;
	font-feature-settings: "palt"
}
}
a {
	color: #222222;
}
a:hover {
	color: #222222;
	text-decoration: none;
}

/*------------------------------------------------------
　　　　　　　　　＊ HEADER ＊
-------------------------------------------------------*/
header {
    width: 100%;
    z-index: 600;
    background-color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    height: 140px;
}
.header_box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 140px;
    width: 100%;
    max-width: 1400px;
}
@media screen and (min-width:768px) and ( max-width:1140px) {
.header_box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
}
.header_logo_box {
    width: 350px;    
}
.header_logo_box .text {
    color: #5fbbd9;
    font-size: 12.5px;
    margin-bottom: 8px;
}
.header_logo {
    background-image: url(../img/common/logo.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 83px;
    width: 343px;
    background-size: 343px auto;
}
.header_logo a {
	height: 100%;
	width: 100%;
	display:block;
}
.header_box .btn_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 4px;
}
.header_box .btn_box .btn {
    border-radius: 3px;
    height: 58px;
    width: auto;
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:inline-flex;
    justify-content: center;
    align-items: center; 
	transition: all 1s;
}
.header_box .btn_box .btn.tel {
    border: 1px solid #42ACCE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
    padding-top: 1px;
}
.header_box .btn_box .btn.tel .num {
    font-family: 'Roboto';
    font-weight: 300;
    color: #0695C4;
    background-image: url(../img/common/ico_tel01.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
    padding-left: 24px;
    font-size: 24px;
    background-position: left center;
    line-height: 1;
    letter-spacing: 0;
}
.header_box .btn_box .btn.tel .time {
    color: #6D7072;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.09em;
}
.header_box .btn_box .btn.contact {   
    background-color: #42ACCE;
}
.header_box .btn_box .btn.contact .mail {
    color: #ffffff;
    background-image: url("../img/common/ico_mail01.png");
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: left center;
    padding-left: 26px;
    font-size: 15px;
    background-color: #42ACCE;
}
.header_box .btn_box .btn.contact .mail a {
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.03em;
}
.header_box .navi_box {
    width: 800px;    
}
/*------------- SP -------------*/
@media screen and (max-width: 768px){
header {
    width: 100%;
    z-index: 600;
    background-color: #FFFFFF;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    position: fixed;
    box-shadow: 1px 0px 3px rgba(0,0,0,0.20);
}
.header_box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
}
.header_logo_box {
    width: auto;    
}
.header_logo_box .text {
    display: none;
}
.header_logo {
    background-image: url(../img/common/logo.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 42px;
    width: 184px;
    background-size: auto 42px;
    background-position: left 2px center;
}
.header_logo a {
	height: 100%;
	width: 100%;
	display:block;
}
.header_box .btn_box {
    display: none;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ NAVI ＊
-------------------------------------------------------*/
.g-navi_area {
    width: 100%;
}
.g-navi .g-navi_ul {
    line-height: 1;
	display: flex;
	flex-direction: row;
    align-items: center; 
	justify-content: flex-end; 
}
.g-navi li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    padding-top: 10px;
}
@media screen and (min-width:768px) and ( max-width:1140px) {
.g-navi li {
    padding-left: 10px;
    padding-right: 10px;
}
}
.g-navi li a  {
    text-decoration: none;
    color: #047DA5;
    line-height: 1;
    padding-bottom: 14px;
}
.g-navi li:hover  {
    cursor: pointer;
}
.g-navi li:hover a {
    color: #A0D6E8;
}
.g-navi li:last-child{
    padding-right: 0px;
}
.g-navi li .stay {
    background-repeat: repeat-x;
    background-image: url(../img/common/bar01.png);
    background-position: left bottom;
    background-size: auto 3px;
}
/*------------- SP -------------*/
@media screen and (max-width: 768px){
.g-navi_area {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 3000;
    height: auto;
    background-color: transparent;
	box-shadow: none;
}
.g-navi_area .box {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}
.sp_acd_menu,
.sp_acd_menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.sp_acd_menu {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 19px;
	right: 10px;
	z-index: 5000;
}
.sp_acd_menu span {
	position: absolute;
	right: 0px;
	width: 100%;
	height: 2px;
	background-color: #42ACCE;
	border-radius: 3px;
}
.sp_acd_menu span:nth-of-type(1) {
	top: 0px;
}
.sp_acd_menu span:nth-of-type(2) {
	top: 10px;
}
.sp_acd_menu span:nth-of-type(3) {
	top: 20px;
}
.sp_acd_menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(9.5px) rotate(-45deg);
	transform: translateY(9.5px) rotate(-45deg);
}
.sp_acd_menu.active span:nth-of-type(2) {
	opacity: 0;
}
.sp_acd_menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9.5px) rotate(45deg);
	transform: translateY(-9.5px) rotate(45deg);
}
.g-navi {
	display: none;
	z-index: 9000;
	margin-bottom: 0px;
	width: 100% !important;
	position: absolute;
	top: 60px;
	left: 0px;
}
.g-navi a {
    color: #FFFFFF;
    text-decoration: none;
}
.g-navi_ul {
    display: block;
    width: 100%;
    padding-top: 0px !important;
	flex-direction: column;
	justify-content: space-between;
}
.g-navi .g-navi_ul {
    height: auto;
	flex-direction: column;
}
.g-navi li {
    color: #047DA5;
    font-size: 14px;
    list-style-type: none;
    border-bottom: 0.5px solid #42ACCE;
    display: block;
    box-sizing: border-box;
    font-weight: 400;
    height: auto;
    margin-left: 0px;
    width: 100% !important;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ECF7FA;
}
.g-navi li a.stay {
    background-image: none;    
}
.g-navi li:first-child {
    border-top: 0.5px solid #047DA5;
}
.g-navi li ul li:first-child {
    border-top: none!important;
}
.g-navi li a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #047DA5;
    padding-top: 15px;
    padding-bottom: 14px;
    height: auto;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ FOOTER ＊
-------------------------------------------------------*/
footer{
    background-color: #ffffff;
}
.footer_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer_box .logo_box {
    width: 350px;    
}
.footer_box .logo_box .ttl {
    color: #42ACCE;
    font-size: 13px;
    margin-bottom: 10px;
}
.footer_box .logo_box .logo img {
    width: 276px;
    height: auto;
}
.footer_box .text_box {
    width: 730px;
    box-sizing: border-box;
    padding-left: 45px;
    border-left: 2px solid #E8E8E8;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer_box .text_box .adress_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
}
.footer_box .text_box .adress_list dt {
    width: 110px;
    color: #42ACCE;
}
.footer_box .text_box .adress_list dd {
    width: 550px;
    margin-bottom: 10px;
}
.footer_box .text_box .adress_list dd .map {
    background-image: url(../img/common/ico_map.png);
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: left center;
    padding-left: 17px;
    margin-left: 12px;
}
.footer_box .text_box .adress_list dd .map a {
    color: #42ACCE;
}
.footer_nav {
  padding: 30px 20px;
  background: #f9fafa;
}
.footer_nav .footer_nav_list {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.footer_nav .footer_nav_list li {
  display: inline-block;
  margin: 0 5px;
}

.copyright_area {
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.15em;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	height: 30px;
	padding-top: 11px;
	text-align: center;
	background-color: #5FBBD9;
    font-family: 'Roboto';
}
.cm_side_box {
    position: fixed;
    right: 0px;
    top: 18%;
    background-color: rgba(255,255,255,1.00);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 80px;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 5px;
    z-index: 900;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.cm_side_box .ttl {
    color: #047DA5;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.cm_side_box .cm_side_list {
    display: flex;
	flex-direction: column;
    align-items: center; 
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cm_side_box .cm_side_list li {
    margin-bottom: 15px;    
}
.cm_side_box .cm_side_list li:last-child {
    margin-bottom: 0px;    
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
footer{
    background-color: #ffffff;
}
.footer_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; 
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer_box .logo_box {
    width: 100%;    
}
.footer_box .logo_box .ttl {
    color: #42ACCE;
    font-size: 11px;
    margin-bottom: 10px;
}
.footer_box .logo_box .logo img {
    width: 220px;
    height: auto;
}
.footer_box .text_box {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    border-left: none;
    padding-top: 15px;
    padding-bottom: 0px;
}
.footer_box .text_box .adress_list {
    display: flex;
	flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6;
}
.footer_box .text_box .adress_list dt {
    width: 100%;
    color: #42ACCE;
    margin-bottom: 8px;
    font-weight: 500;
    background-color: #ECF7FA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
}
.footer_box .text_box .adress_list dd {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 3px;
    padding-right: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_box .text_box .adress_list dd:last-child {
    margin-bottom: 0px;
}
.footer_box .text_box .adress_list dd a {
    text-decoration: none;    
}
.footer_box .text_box .adress_list dd .map {
    background-image: url(../img/common/ico_map.png);
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: left center;
    padding-left: 17px;
    margin-left: 0px;
}
.footer_box .text_box .adress_list dd .map a {
    color: #42ACCE;
}
.copyright_area {
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	height: 32px;
	padding-top: 12px;
	text-align: center;
	margin-bottom: 62px;
}
.cm_side_box {
    position: fixed;
    right: auto;
    top: auto;
    left: 0px;
    bottom: 0px;
    background-color: #FFFFFF;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 900;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
.cm_side_box .ttl {
    display: none;
}
.cm_side_box .cm_side_list {
    display: flex;
	flex-direction: row;
    align-items: center; 
	justify-content: center;
	flex-wrap: wrap;
    width: 100%;
}
.cm_side_box .cm_side_list li {
    margin-bottom: 0px;
    width: 20%;    
    display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center; 
    height: 60px;
}
.cm_side_box .cm_side_list li:last-child {
    margin-bottom: 0px;    
}
.cm_side_box .cm_side_list img {
    width: auto;   
    height: 40px;
}
.cm_side_box .cm_side_list span {
    display: inline-block;
    padding: 0 0.5em;
    height: 40px;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ LAYOUT ＊
-------------------------------------------------------*/
.contents {
}
.cm_area01 {
    width: 100%;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: hidden;
}
.cm_area01.cl01 {
    background-image: url(../img/common/bg01.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
}
.cm_area01.cl02 {
    background-color: #f9fafa;    
}

.box {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.contents {
    padding-top: 60px;	
}
.cm_area01 {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ TEXT BOX ＊
-------------------------------------------------------*/
.cm_box01 {
    text-align: left;
    margin-bottom: 50px;
}
.cm_box01 p {
    margin-bottom: 10px;
}
.cm_box01 p:last-child {
    margin-bottom: 0px;
}
.cm_box02 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.cm_box02 .photo {
    width: 50%;
    border-radius: 5px;
    overflow: hidden;
}
.cm_box02 .photo img {
    width: 100%;    
    height: auto;
}
.cm_box02 .text_box {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
}
.cm_box02 .text_box p {
    margin-bottom: 10px;    
}
.cm_box02 .text_box p:last-child {
    margin-bottom: 0px;
}
.cm_box02.reverse .photo {
    order: 1;
}
.cm_box02.reverse .text_box {
    order: 2;
    padding-right: 0px;
    padding-left: 40px;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_box01 {
    text-align: left;
    margin-bottom: 40px;
}
.cm_box01 p {
    margin-bottom: 10px;
}
.cm_box01 p:last-child {
    margin-bottom: 0px;
}
.cm_box02 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.cm_box02 .photo {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    order: 1;
    margin-bottom: 20px;
}
.cm_box02 .photo img {
    width: 100%;    
    height: auto;
}
.cm_box02 .text_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    order: 2;
}
.cm_box02 .text_box p {
    margin-bottom: 10px;    
}
.cm_box02 .text_box p:last-child {
    margin-bottom: 0px;
}
.cm_box02.reverse .photo {
    order: 1;
}
.cm_box02.reverse .text_box {
    order: 2;
    padding-right: 0px;
    padding-left: 0px;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ PAN-KUZU ＊
-------------------------------------------------------*/
.pan_area {
    width: 100%;
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: url(../img/common/pan_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.pan_area .pan_list {
    background-image: url(../img/common/pan_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 11px auto;
    padding-left: 19px;
    color: #FFFFFF;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pan_area .pan_list a {
    color: #FFFFFF;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.pan_area {
    width: 100%;
    line-height: 1.8;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EFECE2;
}
.pan_area .pan_list {
    background-image: url(../img/common/pan_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px auto;
    padding-left: 18px;
    color: #FFFFFF;
    font-size: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pan_area .pan_list a {
    color: #FFFFFF;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ PAGE TITLE ＊
-------------------------------------------------------*/
.pagettl_area {
    background-image: url(../img/common/bg01.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 50px;
    position: relative;
    background-size: 100% 100%;
    height: 150px;
}
.pagettl_area .ttl {
    font-weight: 300 !important;
    line-height: 1;
    font-size: 36px;
    color: #047DA5;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.pagettl_area {
    background-image: url(../img/common/bg01.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 22px;
    position: relative;
    background-size: 100% 100%;
    height: 80px;
}
.pagettl_area .ttl {
    font-weight: 300 !important;
    line-height: 1.3;
    font-size: 26px;
    color: #047DA5;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ PARTS ＊
-------------------------------------------------------*/
.cm_ttl01 {
    text-align: center;
    margin-bottom: 45px;
    background-image: url(../img/common/ttl_bg01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    color: #047DA5;
    font-size: 40px;
    font-weight: 300;
    background-size: auto 8px;
}
.cm_ttl02 {
    text-align: center;
    margin-bottom: 40px;
    background-image: url("../img/common/ttl_bg02.jpg");
    background-position: center bottom;
    padding-bottom: 18px;
    color: #047DA5;
    font-size: 32px;
    font-weight: 300;
    background-size: auto 3px;
    background-repeat: no-repeat;
}
.cm_btn_box {
    text-align: center;	
}
.cm_btn_box .cm_btn02 {
    margin-left: 15px;
    margin-right: 15px;
}
.cm_btn01 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-size: 16px;
    border-radius: 22px;
	display:inline-flex;
    justify-content: center;
    align-items: center;
	min-width: 220px;
	height: 44px;
	padding-left: 20px;
    padding-right: 20px; 
    color: #FFFFFF;
    background-color: #42ACCE;
}
.cm_btn01:hover {
    cursor: pointer;
    background-color: #A0D6E8;
}
.cm_btn01 a {
    color: #FFFFFF;
    text-decoration: none;
}
.cm_link01 {
    display: inline-block;
}
.cm_link01 a {
    color: #42ACCE;
    background-image: url(../img/common/icon_link01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px auto;
    padding-right: 24px;
}
.photo {
	overflow: hidden;
}
.photo img {
	width: 100%;
	height: auto;
}
.cm_photo01 {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}
.cm_photo01 img {
    width: 100%;
	height: auto;  
}
.cm_outline01_box {
	width: 100%;
	margin-bottom: 40px;
}
.cm_outline01_box p {
	margin-bottom: 10px;
}
.cm_outline01_box p:last-child {
	margin-bottom: 0px;
}
.cm_tag01 {
    display: inline-block;
    background-image: url(../img/common/bar02.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    letter-spacing: 0.2em;
    margin-bottom: 12px;
}
.cm_map_box {
    border: 5px solid #e4dff3;
    height: 460px;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_ttl01 {
    text-align: center;
    margin-bottom: 32px;
    background-image: url(../img/common/ttl_bg01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 25px;
    color: #047DA5;
    font-size: 29px;
    font-weight: 300;
    background-size: auto 8px;
    line-height: 1.36;
}
.cm_ttl02 {
    text-align: center;
    margin-bottom: 32px;
    background-image: url("../img/common/ttl_bg02.jpg");
    background-position: center bottom;
    padding-bottom: 22px;
    color: #047DA5;
    font-size: 24px;
    font-weight: 300;
    background-size: auto 2px;
    background-repeat: no-repeat;
    line-height: 1.4;
}
.cm_btn01 {
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    border-radius: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: auto;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    background-color: #42ACCE;
    margin-left: auto;
    margin-right: auto;
}
.cm_btn01:hover {
    cursor: pointer;
    background-color: #A0D6E8;
}
.cm_btn01 a {
    color: #FFFFFF;
    text-decoration: none;
}
.photo {
    overflow: hidden;
}
.photo img {
	width: 100%;
	height: auto;
    max-width: 100%;
}
.cm_photo01 {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}
.cm_photo01 img {
    width: 100%;
	height: auto;  
}
.cm_outline01_box {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cm_outline01_box p {
	margin-bottom: 10px;
}
.cm_outline01_box p:last-child {
	margin-bottom: 0px;
}
.cm_tag01 {
    display: inline-block;
    background-image: url(../img/common/bar02.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
    letter-spacing: 0.2em;
    margin-bottom: 6px;
}
.cm_map_box {
    height: 0;
    overflow: hidden;
    padding-bottom: 80%;
    position: relative;
    border: none;
}
.cm_map_box iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ LIST ＊
-------------------------------------------------------*/
.cm_list_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 14px;
    padding-left: 30px;
    margin-bottom: 50px;
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
}
.cm_list_box .ttl {
    color: #7c70d8;
    font-size: 19px;
    background-image: url(../img/common/bar05.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 16px;
    text-align: left;
}
.cm_list01 {
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cm_list01 li {
    background-repeat: no-repeat;
    background-image: url(../img/common/list_icon.png);
    background-position: left center;
    background-size: 7px auto;
    padding-left: 13px;
    margin-right: 55px;
    margin-bottom: 8px;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_list_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 14px;
    padding-left: 30px;
    margin-bottom: 50px;
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
}
.cm_list_box .ttl {
    color: #7c70d8;
    font-size: 16px;
    background-image: url(../img/common/bar05.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 16px;
    text-align: left;
    background-size: auto 2px;
}
.cm_list01 {
    display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cm_list01 li {
    background-repeat: no-repeat;
    background-image: url(../img/common/list_icon.png);
    background-position: left center;
    background-size: 5px auto;
    padding-left: 12px;
    margin-right: 0px;
    margin-bottom: 8px;
    text-align: left;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ TABLE ＊
-------------------------------------------------------*/
.cm_table01 {
    text-align: left;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.cm_table01 th {
    background-color: #ecf7fa;
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 20px;
    padding-bottom: 12px;
    font-weight: bold;
    width: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #42ACCE;
}
.cm_table01 td {
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    padding-top: 12px;
    padding-right: 20px;
    padding-left: 30px;
    padding-bottom: 12px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cm_table_box01 .text_scroll {
    display: none;
    }
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_table01 {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	border-bottom: solid 1px #E4E4E4;
}
.cm_table01 th {
    border: 1px solid #E4E4E4;
	border-bottom: none;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 6px;
    font-weight: normal;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: block;
}
.cm_table01 td {
    border: solid 1px #E4E4E4;
	border-bottom: none;
    padding-top: 9px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 9px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	display: block;
}
.cm_table_box01 {
    margin-bottom: 40px;
    padding-bottom: 10px;
    }
.cm_table_box01 .scroll_box {
    overflow-x: scroll;
    box-sizing: border-box;
    margin-bottom: 5px;
    }
.cm_table_box01 .text_scroll {
    color: #949B9F;
    font-size: 12px;
    text-align: left;
    display: block;
    }
.cm_table_box01 .cm_table01 {
    width: auto;
    margin-bottom: 10px;
}
.cm_table_box01 .cm_table01 th {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: auto;
    display: table-cell;
}
.cm_table_box01 .cm_table01 td {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
	width: auto;
	display: table-cell;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ HOVER ＊
-------------------------------------------------------*/
.hv_fade01 {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
	cursor: pointer;
}  
.hv_fade01:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=70);  
}
.hv_fade02 {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
	cursor: pointer;
}  
.hv_fade02:hover {  
    opacity: 0.9;  
    filter: alpha(opacity=90);  
}
/*------------------------------------------------------
　　　　　　　　　＊ RESPONSIVE ＊
-------------------------------------------------------*/
@media screen and (min-width: 766px){
.sp_on {
	display:none !important;
}
}
@media screen and (max-width: 768px){
.pc_on {
	display:none !important;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ PAGETOP ＊
-------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
}
.pagetop img {
    width: 50px;
	height: 50px;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.pagetop {
    display: none;
    position: fixed;
    bottom: 68px;
    right: 6px;
    z-index: 900;
}
.pagetop img {
    width: 42px;
	height: 42px;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ TOP ＊
-------------------------------------------------------*/
.contents.top {
}
.top_main_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.top_main_box {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/top/kv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 16px;
    height: 660px;    
}
/*--------------- SP ---------------*/
@media screen and (max-width: 1140px){
.top_main_box {
    border-radius: 0px;   
}
}

.top_main_box .text_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 78px;
}
.top_main_box .text_box .lead {
    background-image: url(../img/common/bar02.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    padding-top: 10px;
    padding-right: 13px;
    padding-bottom: 10px;
    padding-left: 15px;
    line-height: 1;
    color: #FFFFFF;
    letter-spacing: 0.25em;
    margin-bottom: 15px;
    background-position: center top;
}
.top_main_box .text_box .text {
    color: #047DA5;
    font-size: 54px;
    font-weight: 300;
    line-height: 1.36;
    margin-bottom: 22px;
}
.top_menu_area {
    margin-top: -180px;    
}
.top_menu_list {
}
.top_menu_list li {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 40px;
    padding-bottom: 30px;
    padding-right: 40px;
    margin-bottom: 30px;
    display: flex;
	flex-direction: row;
	justify-content: space-between;
    align-items: center; 
}
.top_menu_list li:last-child {
    margin-bottom: 0px;
}
.top_menu_list li .text_box {
    max-width: 480px;
    text-align: left;
}
.top_menu_list li .text_box .ttl {
    color: #42ACCE;
    font-weight: 300;
    font-size: 42px;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 12px;
}
.top_menu_list li .text_box .detail {
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: flex-start;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.top_menu_list li .text_box .detail .about {
    color: #895CC3;
    font-size: 22px;
    border: 1px solid #9D94DD;
    line-height: 1;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    margin-right: 12px;
}
.top_menu_list li .text_box .detail .about .number {
    font-weight: 300;
    font-family: 'Roboto';
    font-size: 40px;
}
.top_menu_list li .text_box .detail .price {
    font-size: 28px;
    line-height: 1;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    margin-right: 20px;
    background-image: url(../img/common/bar06.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.top_menu_list li .text_box .detail .price .number {
    font-weight: 300;
    font-family: 'Roboto';
    font-size: 52px;
    letter-spacing: 0em;
    margin-right: 3px;
}
.top_menu_list li .text_box .text {
    font-size: 15px;
    margin-bottom: 20px;
}
.top_concept_area {
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: url(../img/top/concept_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.top_concept_box {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
    align-items: center; 
}
.top_concept_box .ttl_box .ttl {
    color: #047DA5;
    font-size: 52px;
    line-height: 1.34;
    font-weight: 300;
}
.top_concept_box .concept_list {
}
.top_concept_box .concept_list li {
    margin-bottom: 15px;
    background-image: url(../img/common/ico_check01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px auto;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 500;
}
.top_concept_box .concept_list li:last-child {
    margin-bottom: 0px;
}
.top_concept_box .concept_list li strong {
    background-repeat: repeat-x;
    background-image: url(../img/common/bar03.png);
    background-size: auto 14px;
    background-position: left bottom;
    font-weight: 500;
}
.top_corona_box .corona_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: 500;
    font-size: 17px;
    color: #047DA5;
}
.top_corona_box .corona_list li {
    width: 192px;
    margin: 0 20px;
}
.top_corona_box .corona_list li .icon {
    border-radius: 5px;
    overflow: hidden;
    border-width: 192px;
    margin-bottom: 10px;
}
.top_reason_box .reason_bnr {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
.top_reason_box .reason_bnr .photo {
    border-radius: 8px 0px 0px 8px;
}
.top_reason_box .reason_bnr .text_box {
    text-align: left;
    width: 50%;
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top_reason_box .reason_bnr .text_box .ttl {
    color: #0695C4;
    font-weight: 300;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.top_about_area {
    background-image: url(../img/top/about_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #fafafa;
}
.top_about_box .merit_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.top_about_box .merit {
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 520px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    height: 230px;
}
.top_about_box .merit .icon{
    text-align: center;
    width: 150px;
}
.top_about_box .merit .text_box{
    text-align: left;
    width: 300px;
}
.top_about_box .merit .text_box .ttl{
    text-align: left;
    color: #047DA5;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 300;
}
.top_about_table {
    text-align: center;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.top_about_table th {
    border: 1px solid #E4E4E4;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #949b9f;
    background-color: #FFFFFF;
    vertical-align: middle;
}
.top_about_table td {
    border: solid 1px #E4E4E4;
    padding-right: 20px;
    padding-left: 30px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
}
.top_about_table .d_n {
    border: none;
    background-color: hsla(0,0%,0%,0.00);
}
.top_about_table .self_ttl {
    background-color: #5fbbd9;
    border: 4px solid #42acce;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.top_about_table .self_ttl .ttl {
    border-bottom: 2px solid #F4F6FD;
    display: inline-block;
    padding-bottom: 6px;
}
.top_about_table .self_td {
    background-color: #f1fbfe;
    border: 4px solid #42acce;
    color: #047DA5;
    font-weight: 500;
}
.top_about_table .dental_ttl {
    background-color: #f1f3f4;
    color: #949b9f;
    font-weight: bold;
}
.top_about_table .dental_ttl .ttl {
    border-bottom: 2px solid #C0C0C0;
    display: inline-block;
    padding-bottom: 6px;
}

/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.contents.top {
}
.top_main_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.top_main_box {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/top/kv_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    height: auto;
    aspect-ratio: 75 / 56;
}
.top_main_box .text_box {
    box-sizing: border-box;
    padding-top: 30px;
}
.top_main_box .text_box .lead {
    background-image: none;
    text-indent: -9999px;
}
.top_main_box .text_box .text {
    text-indent: -9999px;
}
.top_main_box .text_box .logo img {
    display: none;
}
.top_menu_area {
    margin-top: 0px;    
}
.top_menu_list {
}
.top_menu_list li {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    display: flex;
	flex-direction: column;
	justify-content: space-between;
    align-items: center; 
}
.top_menu_list li:last-child {
    margin-bottom: 0px;
}
.top_menu_list li .text_box {
    width: 100%;
    text-align: left;
    order: 2;
}
.top_menu_list li .photo {
    order: 1;
    margin-bottom: 20px;
}
.top_menu_list li .text_box .ttl {
    color: #42ACCE;
    font-weight: 300;
    font-size: 36px;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 12px;
}
.top_menu_list li .text_box .detail {
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: flex-start;
    margin-bottom: 10px;
}
.top_menu_list li .text_box .detail .about {
    color: #895CC3;
    font-size: 17px;
    border: 1px solid #9D94DD;
    line-height: 1;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    margin-right: 8px;
    width: 100%;
    max-width: 120px;
    text-align: center;
}
.top_menu_list li .text_box .detail .about .number {
    font-weight: 300;
    font-family: 'Roboto';
    font-size: 27px;
    margin-right: 1px;
}
.top_menu_list li .text_box .detail .price {
    font-size: 20px;
    line-height: 1;
    padding-top: 6px;
    padding-right: 5px;
    padding-bottom: 6px;
    padding-left: 5px;
    margin-right: 0px;
    background-image: url(../img/common/bar06.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 15px;
}
.top_menu_list li .text_box .detail .price .number {
    font-weight: 300;
    font-family: 'Roboto';
    font-size: 40px;
    letter-spacing: 0em;
    margin-right: 3px;
}
.top_menu_list li .text_box .text {
    font-size: 14px;
    margin-bottom: 10px;
}
.top_concept_area {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/top/concept_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-right: 15px;
    padding-left: 15px;
}
.top_concept_box {
    display: flex;
	flex-direction: column;
	justify-content: flex-start;
    align-items: flex-start; 
}
.top_concept_box .ttl_box .ttl {
    color: #047DA5;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 25px;
}
.top_concept_box .concept_list {
}
.top_concept_box .concept_list li {
    margin-bottom: 13px;
    background-image: url(../img/common/ico_check01.png);
    background-repeat: no-repeat;
    background-position: left top 5px;
    background-size: 15px auto;
    padding-left: 22px;
    font-size: 16px;
    font-weight: 400;
}
.top_concept_box .concept_list li:last-child {
    margin-bottom: 0px;
}
.top_concept_box .concept_list li strong {
    background-repeat: repeat-x;
    background-image: url(../img/common/bar03.png);
    background-size: auto 14px;
    background-position: left bottom;
    font-weight: 400;
}
.top_corona_box .corona_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
    color: #047DA5;
    line-height: 1.3;
}
.top_corona_box .corona_list li {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.top_corona_box .corona_list li .icon {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 8px;
}
.top_corona_box .corona_list li .icon img {
    width: 100%;
    height: auto;
}
.top_reason_box .reason_bnr {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; 
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
.top_reason_box .reason_bnr .photo {
    border-radius: 8px 8px 0px 0px;
}
.top_reason_box .reason_bnr .text_box {
    text-align: left;
    width: 100%;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    box-sizing: border-box;
}
.top_reason_box .reason_bnr .text_box .ttl {
    color: #0695C4;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 18px;
}
.top_about_area {
    background-image: url(../img/top/about_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #fafafa;
}
.top_about_box .merit_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 45px;
}
.top_about_box .merit {
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    height: auto;
    margin-bottom: 20px;
}
.top_about_box .merit .icon{
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
}
.top_about_box .merit .icon img{
    width: 70px;
    height: auto;
}
.top_about_box .merit .text_box{
    text-align: center;
    width: 100%;
}
.top_about_box .merit .text_box .ttl{
    text-align: center;
    color: #047DA5;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 12px;
    font-weight: 300;
}
.top_table_box {
    overflow-x: scroll !important;
    white-space: nowrap;
    display: block;
    padding-bottom: 10px;
    width: 100%;
    padding-left: 1px;
    padding-right: 1px;
    box-sizing: border-box;
}
.top_about_table {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.top_about_table th {
    border: 1px solid #E4E4E4;
    padding-top: 6px;
    padding-right: 15px;
    padding-left: 20px;
    padding-bottom: 6px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #949b9f;
    background-color: #FFFFFF;
    vertical-align: middle;
}
.top_about_table td {
    border: solid 1px #E4E4E4;
    padding-right: 20px;
    padding-left: 30px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
}
.top_about_table .d_n {
    border: none;
    background-color: hsla(0,0%,0%,0.00);
}
.top_about_table .self_ttl {
    background-color: #5fbbd9;
    border: 4px solid #42acce;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top_about_table .self_ttl img {
    width: 80%;
    height: auto;
    margin-bottom: 5px;
}
.top_about_table .self_ttl .ttl {
    border-bottom: 2px solid #F4F6FD;
    display: inline-block;
    padding-bottom: 6px;
}
.top_about_table .self_td {
    background-color: #f1fbfe;
    border: 3px solid #42acce;
    color: #047DA5;
    font-weight: 500;
}
.top_about_table .dental_ttl {
    background-color: #f1f3f4;
    color: #949b9f;
    font-weight: bold;
}
.top_about_table .dental_ttl .ttl {
    border-bottom: 2px solid #C0C0C0;
    display: inline-block;
    padding-bottom: 6px;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ REASON ＊
-------------------------------------------------------*/
.reason_main_box {
}
.reason_main_box .reason_list {
}
.reason_main_box .reason_list li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    margin-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}
.reason_main_box .reason_list li:last-child {
    margin-bottom: 0px;
}
.reason_main_box .reason_list .text_box {
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    order: 2;
}
.reason_main_box .reason_list .text_box .num {
    background-repeat: no-repeat;
    background-image: url(../img/common/bar04.png);
    background-position: right center;
    padding-right: 90px;
    color: #9D94DD;
    font-style: "Roboto";
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.16em;
}
.reason_main_box .reason_list .text_box .ttl {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 15px;
}
.reason_main_box .reason_list .photo {
    width: 50%;
    order: 1;
    border-radius: 0px;
}
.reason_main_box .reason_list .photo img {
    width: 100%;
    height: auto;
}
.reason_main_box .reason_list li:nth-child(2n) .text_box {
    order: 1;
}
.reason_main_box .reason_list li:nth-child(2n) .photo {
    order: 2;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.reason_main_box {
}
.reason_main_box .reason_list {
}
.reason_main_box .reason_list li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; 
    margin-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}
.reason_main_box .reason_list li:last-child {
    margin-bottom: 0px;
}
.reason_main_box .reason_list .text_box {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
    order: 2;
}
.reason_main_box .reason_list .text_box .num {
    background-repeat: no-repeat;
    background-image: url(../img/common/bar04.png);
    background-position: right center;
    padding-right: 90px;
    color: #9D94DD;
    font-style: "Roboto";
    font-size: 12.5px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.16em;
}
.reason_main_box .reason_list .text_box .ttl {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 8px;
}
.reason_main_box .reason_list .photo {
    width: 100%;
    order: 1;
    border-radius: 0px;
}
.reason_main_box .reason_list .photo img {
    width: 100%;
    height: auto;
}
.reason_main_box .reason_list li:nth-child(2n) .text_box {
    order: 2;
}
.reason_main_box .reason_list li:nth-child(2n) .photo {
    order: 1;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ MENU ＊
-------------------------------------------------------*/
.menu_list_area {
    padding-bottom: 70px !important;    
}
.menu_list_box .menu_list {
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.menu_list_box .menu_list li {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    width: 520px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-right: 40px;
    text-align: left;
    padding-top: 20px;
    padding-right: 55px;
    padding-bottom: 20px;
    padding-left: 30px;
    box-sizing: border-box;
    background-image: url(../img/common/icon_arrow01.png);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: right 20px center;
}
.menu_list_box .menu_list li:nth-child(2n) {
    margin-right: 0px;
}
.menu_list_box .menu_list .ttl {
    margin-right: 0px;
    color: #42ACCE;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
}
.menu_list_box .menu_list .ttl a {
    color: #42ACCE;
    text-decoration: none;
}
.menu_list_box .menu_list .text {
    font-size: 16px;
    margin-bottom: 16px;
}
.menu_list_box .menu_list .price_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center; 
}
.menu_list_box .menu_list .price_box .price_text {
    font-size: 18px;
    margin-top: 8px;
    width: 100%;
}
.menu_list_box .menu_list .price_box .price_wrap {
  margin: 8px 0;
}
.menu_list_box .menu_list .price_box .price {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    background-repeat: repeat-x;
    background-image: url(../img/common/bar06.png);
    background-position: left bottom;
    display: inline-block;
}
.menu_list_box .menu_list .price_box .about_text {
    color: #895CC3;
    font-size: 22px;
    border: 1px solid #9D94DD;
    line-height: 1;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    margin-right: 12px;
}
.menu_list_box .menu_list .price_box .about_text .number {
  font-weight: 300;
  font-family: 'Roboto';
  font-size: 40px;
}
.menu_list_box .menu_list .price_box .price .number {
    font-size: 52px;
    font-family: "Roboto";
    font-weight: 300;
    letter-spacing: 0em;
    margin-right: 3px;
}
.menu_nyukai_area {
    background-repeat: no-repeat;
    background-image: url(../img/menu/bg01.jpg);
    background-position: center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.menu_nyukai_box {
    text-align: center;    
}
.menu_plan_box { 
}
.menu_plan_box .plan_box {
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 50px;
}
.menu_plan_box .plan_box:last-child {
    margin-bottom: 0px;
}
.menu_plan_box .plan_box .inner_box {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}
.menu_plan_box .plan_box .photo {
    width: 800px;
    height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    overflow: hidden;
}
.menu_plan_box .plan_box .photo img {
    width: 100%;
    height: auto;
}
.menu_plan_box .plan_box .text_box {
    margin-bottom: 30px;    
}
.menu_plan_box .plan_box .text_box p {
    margin-bottom: 10px;    
}
.menu_plan_box .plan_box .price_box {
    border: 3px solid #5FBBD9;
    margin-bottom: 40px;
    padding-top: 15px;
    padding-right: 32px;
    padding-bottom: 15px;
    padding-left: 32px;
    box-sizing: border-box;
    display: inline-block;
}
.menu_plan_box .plan_box .price_box .price_text {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.menu_plan_box .plan_box .price_box .about_text {
  color: #895CC3;
  font-size: 22px;
  border: 1px solid #9D94DD;
  line-height: 1;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  margin-bottom: 12px;
  display: inline-block;
}
.menu_plan_box .plan_box .price_box .about_text .number {
  font-weight: 300;
  font-family: 'Roboto';
  font-size: 40px;
}
.menu_plan_box .plan_box .price_box .text {
    font-size: 19px;
    margin-right: 17px;
}
.menu_plan_box .plan_box .price_box .price {
    font-size: 29px;
    font-weight: 400;
    line-height: 1;
    color: #42ACCE;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url(../img/common/bar06.png);
}
.menu_plan_box .plan_box .price_box .price .number {
    font-size: 50px;
    font-weight: 300;
    font-family: "Roboto";
    letter-spacing: 0;
    margin-right: 3px;
    line-height: 1;
}
.menu_plan_box .plan_box .point_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}
.menu_plan_box .plan_box .point_box .inner {
    width: 480px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    border-radius: 6px;
    border: 1px solid #CBCBCB;
    text-align: left;
}
.menu_plan_box .plan_box .point_box .inner.recommend_box .ttl {
    color: #9D94DD;
    background-image: url(../img/menu/icon_recommend.png);
    background-repeat: no-repeat;
    background-size: 46px auto;
    background-position: left center;
    margin-bottom: 10px;
    font-size: 23px;
    padding-left: 55px;
    min-height: 50px;
    padding-top: 2px;
}
.menu_plan_box .plan_box .point_box .inner.flow_box .ttl {
    color: #42ACCE;
    background-image: url(../img/menu/icon_detail.png);
    background-repeat: no-repeat;
    background-size: 46px auto;
    background-position: left center;
    margin-bottom: 10px;
    font-size: 23px;
    padding-left: 55px;
    min-height: 50px;
    padding-top: 2px;
}
.menu_plan_box .reserve_box {
    background-image: url(../img/common/bg01.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 100% 100%;
    padding-top: 45px;
    padding-bottom: 45px;
}
.menu_plan_box .reserve_box .ttl {
    text-align: center;
    color: #42ACCE;
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 1;
}
.menu_plan_box .reserve_box .reserve {
    width: 880px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
.menu_plan_box .reserve_box .inner {
    width: 420px;
    background-color: #FFFFFF;
    border: 2px solid #42ACCE;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-radius: 5px;
}
.menu_plan_box .reserve_box .tel_box .number {
    color: #42ACCE;
    font-size: 36px;
    line-height: 1;
    font-family: "Roboto";
    background-image: url(../img/menu/icon_tel.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: left center;
    padding-left: 38px;
    display: inline-block;
    letter-spacing: 0em;
    margin-bottom: 5px;
}
.menu_plan_box .reserve_box .web_box {
    display: flex;
	flex-direction: row;
	justify-content: center;
    align-items: center; 
}
.menu_plan_box .reserve_box .web_box:hover {
    background-color: #ECF7FA;    
}
.menu_plan_box .reserve_box .web_box .text {
    font-size: 24px;
    color: #42ACCE;
    background-repeat: no-repeat;
    background-image: url(../img/menu/icon_calendar.png);
    background-size: 30px auto;
    background-position: left center;
    padding-left: 42px;
    display: inline-block;
}
.menu_plan_box .reserve_box .web_box .text a {
    color: #42ACCE;
    text-decoration: none;
}
.menu_plan_box .menu_option_box
{
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.menu_plan_box .menu_option_box .option {
    margin-bottom: 30px;
    text-align: left;
}
.menu_plan_box .menu_option_box .option:last-child {
    margin-bottom: 0px;  
}
.menu_plan_box .menu_option_box .option .ttl {
    margin-bottom: 22px;
    border-bottom: 2px solid #A0D6E8;
    color: #5FBBD9;
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 13px;
    line-height: 1.4;
}
.menu_plan_box .menu_option_box .option .inner {
    display: flex;
	flex-direction: row;
    align-items: center; 
	justify-content: flex-start;
}
.menu_plan_box .menu_option_box .option .inner .price {
    width: 440px;
    line-height: 1.2;
}
.menu_plan_box .menu_option_box .option .inner .price p {
    background-image: url(../img/common/bar06.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    display: inline-block;
    font-size: 17px;
}
.menu_plan_box .menu_option_box .option .inner .p_num {
    font-size: 38px;
    font-family: "Roboto";
    letter-spacing: 0em;
    margin-right: 3px;
    font-weight: 300;
}
.menu_plan_box .menu_option_box .option .inner .p_yen {
    font-size: 21px;
    font-weight: 400;
}
.menu_plan_box .menu_option_box .option .inner .s_num {
    font-size: 28px;
    font-family: "Roboto";
    letter-spacing: 0em;
    margin-right: 4px;
    font-weight: 300;
    margin-left: 10px;
}
.menu_plan_box .menu_option_box .option .inner .text {
    width: calc(100% - 440px);
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.menu_list_area {
    padding-bottom: 40px !important;    
}
.menu_list_box .menu_list {
    display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.menu_list_box .menu_list li {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 0px;
    text-align: left;
    padding-top: 15px;
    padding-right: 37px;
    padding-bottom: 15px;
    padding-left: 20px;
    box-sizing: border-box;
    background-image: url(../img/common/icon_arrow01.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: right 10px center;
}
.menu_list_box .menu_list li:nth-child(2n) {
    margin-right: 0px;
}
.menu_list_box .menu_list li:last-child{
    margin-bottom: 0px;
}
.menu_list_box .menu_list .ttl {
    margin-right: 0px;
    color: #42ACCE;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 8px;
    padding-top: 2px;
}
.menu_list_box .menu_list .text {
    font-size: 14px;
    margin-bottom: 13px;
}
.menu_list_box .menu_list .price_box {
    display: block;
}
.menu_list_box .menu_list .price_box .price_text {
    font-size: 16px;
    margin-right: 12px;
}
.menu_list_box .menu_list .price_box .about_text {
  color: #895CC3;
  font-size: 17px;
  border: 1px solid #9D94DD;
  line-height: 1;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
  margin: 0 0 8px;
  display: inline-block;
}
.menu_list_box .menu_list .price_box .about_text .number {
  font-size: 27px;
  margin-right: 1px;
}
.menu_list_box .menu_list .price_box .price {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    background-repeat: repeat-x;
    background-image: url(../img/common/bar06.png);
    background-position: left bottom;
    display: inline-block;
}
.menu_list_box .menu_list .price_box .price .number {
    font-size: 36px;
    font-family: "Roboto";
    font-weight: 300;
    letter-spacing: 0em;
    margin-right: 6px;
}
.menu_nyukai_area {
    background-repeat: no-repeat;
    background-image: url(../img/menu/bg01.jpg);
    background-position: left center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.menu_nyukai_box {
    text-align: center;    
}
.menu_nyukai_box img {
    width: 100%;
    height: auto;
}
.menu_plan_box { 
}
.menu_plan_box .plan_box {
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 50px;
}
.menu_plan_box .plan_box:last-child {
    margin-bottom: 0px;
}
.menu_plan_box .plan_box .inner_box {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.menu_plan_box .plan_box .photo {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    overflow: hidden;
}
.menu_plan_box .plan_box .photo img {
    width: 100%;
    height: auto;
}
.menu_plan_box .plan_box .text_box {
    margin-bottom: 25px;    
}
.menu_plan_box .plan_box .text_box p {
    margin-bottom: 10px;    
}
.menu_plan_box .plan_box .price_box {
    margin-bottom: 30px;
}
.menu_plan_box .plan_box .price_box .price_text {
  justify-content: center;
}
.menu_plan_box .plan_box .price_box .about_text {
    font-size: 17px;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    margin-bottom: 8px;
}
.menu_plan_box .plan_box .price_box .about_text .number {
    font-size: 27px;
}
.menu_plan_box .plan_box .price_box .text {
    font-size: 15px;
    margin-right: 12px;
}
.menu_plan_box .plan_box .price_box .price {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #42ACCE;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url(../img/common/bar06.png);
}
.menu_plan_box .plan_box .price_box .price .number {
    font-size: 33px;
    font-weight: 300;
    font-family: "Roboto";
    letter-spacing: 0;
    margin-right: 3px;
    line-height: 1;
}
.menu_plan_box .plan_box .point_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}
.menu_plan_box .plan_box .point_box .inner {
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 18px;
    padding-left: 15px;
    border-radius: 6px;
    border: 1px solid #CBCBCB;
    text-align: left;
    margin-bottom: 20px;
}
.menu_plan_box .plan_box .point_box .inner.recommend_box .ttl {
    color: #9D94DD;
    background-image: url(../img/menu/icon_recommend.png);
    background-repeat: no-repeat;
    background-size: 35px auto;
    background-position: left center;
    margin-bottom: 5px;
    font-size: 19px;
    padding-left: 48px;
    min-height: 40px;
    padding-top: 10px;
}
.menu_plan_box .plan_box .point_box .inner.flow_box .ttl {
    color: #42ACCE;
    background-image: url(../img/menu/icon_detail.png);
    background-repeat: no-repeat;
    background-size: 35px auto;
    background-position: left center;
    margin-bottom: 5px;
    font-size: 19px;
    padding-left: 48px;
    min-height: 40px;
    padding-top: 10px;
}
.menu_plan_box .reserve_box {
    background-image: url(../img/common/bg01.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 100% 100%;
    padding-top: 35px;
    padding-bottom: 40px;
}
.menu_plan_box .reserve_box .ttl {
    text-align: center;
    color: #42ACCE;
    font-size: 23px;
    margin-bottom: 28px;
    line-height: 1;
}
.menu_plan_box .reserve_box .reserve {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.menu_plan_box .reserve_box .inner {
    width: 100%;
    background-color: #FFFFFF;
    border: 2px solid #42ACCE;
    text-align: center;
    box-sizing: border-box;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    border-radius: 5px;
}
.menu_plan_box .reserve_box .tel_box {
    margin-bottom: 15px;
}
.menu_plan_box .reserve_box .tel_box .number {
    color: #42ACCE;
    font-size: 26px;
    line-height: 1;
    font-family: "Roboto";
    background-image: url(../img/menu/icon_tel.png);
    background-repeat: no-repeat;
    background-size: 23px auto;
    background-position: left center;
    padding-left: 32px;
    display: inline-block;
    letter-spacing: 0em;
    margin-bottom: 5px;
}
.menu_plan_box .reserve_box .tel_box .number a {
    color: #42ACCE;
    text-decoration: none;    
}
.menu_plan_box .reserve_box .web_box {
    display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center; 
}
.menu_plan_box .reserve_box .web_box:hover {
    background-color: #ECF7FA;    
}
.menu_plan_box .reserve_box .web_box .text {
    font-size: 20px;
    color: #42ACCE;
    background-repeat: no-repeat;
    background-image: url(../img/menu/icon_calendar.png);
    background-size: 30px auto;
    background-position: left center;
    padding-left: 42px;
    display: inline-block;
}
.menu_plan_box .reserve_box .web_box .text a {
    color: #42ACCE;
    text-decoration: none;
}
.menu_plan_box .menu_option_box {
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
}
.menu_plan_box .menu_option_box .option {
    margin-bottom: 30px;
    text-align: left;
}
.menu_plan_box .menu_option_box .option:last-child {
    margin-bottom: 0px;  
}
.menu_plan_box .menu_option_box .option .ttl {
    margin-bottom: 16px;
    border-bottom: 2px solid #A0D6E8;
    color: #5FBBD9;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 13px;
    line-height: 1.4;
}
.menu_plan_box .menu_option_box .option .inner {
    display: flex;
	flex-direction: column;
    align-items: center; 
	justify-content: flex-start;
}
.menu_plan_box .menu_option_box .option .inner .price {
    width: 100%;
    line-height: 1.2;
    margin-bottom: 13px;
}
.menu_plan_box .menu_option_box .option .inner .price p {
    background-image: url(../img/common/bar06.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    display: inline-block;
    font-size: 17px;
    background-size: auto 13px;
}
.menu_plan_box .menu_option_box .option .inner .p_num {
    font-size: 32px;
    font-family: "Roboto";
    letter-spacing: 0em;
    margin-right: 3px;
    font-weight: 300;
}
.menu_plan_box .menu_option_box .option .inner .p_yen {
    font-size: 16px;
    font-weight: 400;
}
.menu_plan_box .menu_option_box .option .inner .s_num {
    font-size: 25px;
    font-family: "Roboto";
    letter-spacing: 0em;
    margin-right: 4px;
    font-weight: 300;
    margin-left: 10px;
}
.menu_plan_box .menu_option_box .option .inner .text {
    width: 100%;    
}
}
/*------------------------------------------------------
　　　　　　　　　＊ CONTACT ＊
-------------------------------------------------------*/
.contact_tel_box .contact_number_box {
    width: 800px;
    border-radius: 6px;
    border: 2px solid #42ACCE;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9feff;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    box-sizing: border-box;
}
.contact_tel_box .contact_number_box .number {
    font-size: 48px;
    font-weight: bold;
    color: #42ACCE;
    font-family: "Roboto";
    background-image: url(../img/contact/ico_tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
}
.contact_mail_box .contact_box {
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 980px;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.contact_mail_box .contact_dl {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.contact_mail_box .contact_dl  dt {
    clear: both;
    float: left;
    width: 260px;
    padding-top: 17px;
}
.contact_mail_box .contact_dl dt span.required {
    color: #FFF;
    background-color: #42ACCE;
    padding: 2px 8px 3px 8px;
    font-size: 13px;
    line-height: 1;
    margin-left: 15px;
	margin-right: 15px;
    border-radius: 2px;
}
.contact_mail_box .contact_dl dd {
	padding: 13px 0px 13px 260px;
	min-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
}
.contact_mail_box .contact_dl input[type="text"],.contact_dl textarea {
    font-size: 15px;
    padding: 8px 8px;
    border: 1px solid #D5D5D5;
    background-color: #F8F8F8;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_mail_box .contact_dl input:focus::placeholder,.contact_dl .text01:focus::placeholder {
  color: transparent;
}
.contact_mail_box .contact_dl dd .contact_input01 {
	width: 500px;
    max-width: 100%;
}
.contact_mail_box .contact_dl dd .contact_input02 {
	width: 350px;
}
.contact_mail_box .contact_dl  dd .text01{
	width: 580px;
	height: 250px;
}
.contact_mail_box .contact_btn01 {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 46px;
	width: auto;
	min-width: 250px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #42ACCE;
	font-size: 15px;
	color: #FFFFFF;
	border-radius: 23px;
	display: inline-block;
	text-align: center;
	padding-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	margin-left: auto;
	margin-right: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 700px){
.contact_tel_box .contact_number_box {
    width: 100%;
    border-radius: 6px;
    border: 2px solid #42ACCE;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9feff;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    box-sizing: border-box;
}
.contact_tel_box .contact_number_box .number {
    font-size: 31px;
    font-weight: bold;
    color: #42ACCE;
    font-family: "Roboto";
    background-image: url(../img/contact/ico_tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 33px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
    background-size: 25px auto;
}
.contact_tel_box .contact_number_box .number a {
    color: #42ACCE;
    text-decoration: none;    
}
.contact_mail_box .contact_box {
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.contact_mail_box .contact_dl {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0px;
}
.contact_mail_box .contact_dl dt {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 8px;
    font-weight: 400;
}
.contact_mail_box .contact_dl dt span.required {
	padding: 2px 8px 2px 8px;
	margin-right: 15px;
	font-size: 0.8em;
	line-height: 1;
	margin-left: 6px;
}
.contact_mail_box .contact_dl dd {
	float: none;
	text-align: left;
	padding: 0px 0px 10px;
	margin-bottom: 12px;
}
.contact_mail_box .contact_dl dd:last-child {
	margin-bottom: 23px;
}
.contact_mail_box .contact_dl input[type="text"],.contact_dl textarea {
    font-size: 15px;
    padding: 8px 8px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-appearance: none;
	width: 100%;
}
.contact_mail_box .contact_dl dd .contact_input01, .contact_mail_box .contact_dl dd .contact_input02, .contact_mail_box .contact_dl textarea {
	width: 100% !important;
}
.contact_mail_box .contact_btn01 {
	border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    height: 48px;
    width: auto;
    min-width: 250px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    margin-left: auto;
    margin-right: auto;
}
}




/*------------------------------------------------------
　　　　　　　　　＊ Q&A ＊
-------------------------------------------------------*/
.qa_box {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.qa_box dt {
    text-align: left;
    font-size: 20px;
    color: #047DA5;
    box-sizing: border-box;
    padding-right: 50px;
    background-image: url(../img/common/ico_arrow_d.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-color: #f2f8fc;
    border-radius: 4px;
    margin-bottom: 12px;
}
.qa_box dt:hover {
    cursor: pointer;
}
.qa_box dt.active {
    background-image: url("../img/common/ico_arrow_u.png");
}
.qa_box .inner {
    display: flex;
    justify-content: flex-start;
}
.qa_box dt .icon_q {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1;
    background-color: #42ACCE;
    width: 60px;
    text-align: center;
    padding-left: 5px;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: flex;
    align-items: center; 
    justify-content: center;
}
.qa_box dt .text {
    padding-left: 20px;
    padding-right: 15px;
    box-sizing: border-box;
    text-align: left;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #f2f8fc;
    width: 870px;
}
.qa_box dd {
    box-sizing: border-box;
    margin-bottom: 20px;  
    display: none;
}
.qa_box dd.open {
    display: block !important;
}
.qa_box dd .icon_a {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    color: #42ACCE;
    line-height: 1;
    width: 60px;
    text-align: center;
    padding-left: 5px;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: flex;
    align-items: center; 
    justify-content: center;
}
.qa_box dd .text {
    padding-left: 20px;
    padding-right: 15px;
    box-sizing: border-box;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 13px;
    width: 910px;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.qa_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.qa_box dt {
    text-align: left;
    font-size: 16px;
    color: #047DA5;
    box-sizing: border-box;
    padding-right: 20px;
    background-image: url(../img/common/ico_arrow_d.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-color: #f2f8fc;
    border-radius: 4px;
    margin-bottom: 8px;
    background-size: auto 10px;
}
.qa_box dt:hover {
    cursor: pointer;
}
.qa_box dt.active {
    background-image: url("../img/common/ico_arrow_u.png");
}
.qa_box .inner {
    display: flex;
    justify-content: flex-start;
}
.qa_box dt .icon_q {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #FFFFFF;
    line-height: 1;
    background-color: #42ACCE;
    width: auto;
    text-align: center;
    padding-left: 5px;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1px;
}
.qa_box dt .text {
    padding-left: 10px;
    padding-right: 5px;
    box-sizing: border-box;
    text-align: left;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #f2f8fc;
    width: 100%;
}
.qa_box dd {
    box-sizing: border-box;
    margin-bottom: 12px;  
    display: none;
}
.qa_box dd.open {
    display: block !important;
}
.qa_box dd .icon_a {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #42ACCE;
    line-height: 1;
    width: auto;
    text-align: center;
    padding-left: 5px;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: flex;
    align-items: center; 
    justify-content: center;
}
.qa_box dd .text {
    padding-left: 10px;
    padding-right: 0px;
    box-sizing: border-box;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 13px;
    width: 100%;
}
}




.shop_lists {
width: 70%;
margin: 0 auto;
font-size: 1px;
text-align: left;
}
@media (max-width: 567px) {
.shop_lists {
width: 90%;
  }
}


.shop_lists .iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* = height ÷ width × 100 */
}

.shop_lists .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop_lists .accordion {
  margin-bottom: 20em;
}

@media (max-width: 567px) {
  .shop_lists .accordion {
    margin-bottom: 10em;
  }
}

.shop_lists .accordion .accordion-hidden {
  display: none;
}

.shop_lists .accordion .accordion-open {
  text-align: center;
  font-size: 24em;
  font-weight: 700;
  color: #fff;
  line-height: 2.11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.83em;
  position: relative;
  background-color: #91b0d5;
}

@media (max-width: 567px) {
  .shop_lists .accordion .accordion-open {
    font-size: 14em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.shop_lists .accordion .accordion-open:hover {
  cursor: pointer;
}

.shop_lists .accordion .accordion-open .plus {
  position: absolute;
  right: 2.74em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.88em;
  height: 0.88em;
}

@media (max-width: 567px) {
  .shop_lists .accordion .accordion-open .plus {
    right: 0.8em;
    width: 1.18em;
    height: 1.18em;
  }
}

.shop_lists .accordion .accordion-open .plus div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.shop_lists .accordion .accordion-open .plus div:last-of-type {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(-450deg);
  transform: translate(-50%, -50%) rotate(-450deg);
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open .plus div:last-of-type {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.shop_lists .accordion .accordion-close {
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close {
  height: auto;
  opacity: 1;
  padding: 35em 55em 35em 50em;
  line-height: 2.11;
  border-top: 1px solid #fff;
}

@media (max-width: 567px) {
  .shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close {
    padding: 25em 20em 40em 20em;
  }
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40em;
}

@media (max-width: 567px) {
  .shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 567px) and (max-width: 567px) {
  .shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item {
    margin-bottom: 30em;
  }
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__left {
  width: 350em;
  margin-right: 95em;
}


@media (max-width: 567px) {
  .shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__left {
    width: 280em;
    margin-right: 0;
    margin: 0 auto 15em;
  }
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__left .title {
  text-align: center;
  font-size: 22em;
  font-weight: 700;
  margin-bottom: 1.22em;
  color: #91b0d5;
}

@media (max-width: 567px) {
  .shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__left .title {
    font-size: 16em;
    margin-bottom: 1.125em;
  }
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl {
  color: #675335;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 15em;
}

@media (max-width: 567px) {
  .shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl {
    margin-bottom: 20em;
  }
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl:last-of-type {
  margin-bottom: 0;
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl dt {
  font-size: 18em;
  font-weight: 700;
}

@media (max-width: 567px) {
  .shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl dt {
    font-size: 16em;
  }
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl dd {
  font-size: 16em;
  line-height: 1.5;
}

@media (max-width: 567px) {
  .shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl dd {
    font-size: 14em;
  }
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl dd a {
  color: #675335;
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl dd span {
  display: inline-block;
  font-size: 0.875em;
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40em;
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .links .li img {
  display: block;
  width: 100%;
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .links .line {
  margin-right: 50em;
  width: 134em;
}

@media (max-width: 567px) {
  .shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .links .line {
    margin-right: 20em;
  }
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .links .instagram {
  width: 34em;
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .btn {
  width: 335em;
  max-width: 100%;
  height: 63em;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #42ACCE;
  border-radius: 30px;
    color: #FFFFFF;
    text-decoration: none;
}
.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .btn:hover {
    cursor: pointer;
  border: 1px solid #A0D6E8;
}


@media (max-width: 567px) {
  .shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .btn {
    width: 295em;
    height: 55em;
  }
}

.shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .btn span {
  display: inline-block;
  font-size: 19em;
  font-weight: 700;
  color: #675335;
}

@media (max-width: 567px) {
  .shop_lists .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .btn span {
    font-size: 18em;
  }
}


