@charset "UTF-8";
/* CSS Document */

/* --------------------------------------
 header
--------------------------------------- */


.hd_main {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}


/* 1st Line */

.hd_main {
	padding: 12px 0;
	z-index: 1000;
    background-color:#f3afad;
}

.hd_main_in {
    display: flex;
    align-items: center;
    font-size: 16px;
}

img.hd_logoimg {
	height: 50px;
}

.hd_logo {
    margin-right: auto;
}

ul.hd_main_in_u {
    padding: 0 1em;
    margin: 0;
    list-style-type: none;
    display: flex;
}

ul.hd_main_in_u li {
    padding: 0 1em;
}

ul.hd_main_in_u li a {
    color: #444444;
}

a.hd_cv_web {
    padding: 0.8em 3.5em;
    color: #ffffff;
    background-color: #eb6d7b;
    border-radius: 5px;
    font-weight: 500;
    background-position: right 0.6em center;
    background-repeat: no-repeat;
    background-image: url("../img/ya_w01.png");
    background-size: auto 0.7em;
    transition: all 500ms 0s ease;
}

a.hd_cv_web:hover {
    text-decoration: none;
    background-color: #E85868;
    background-position: right 0.4em center;
}


/* 2rd Line */
nav.hd_nav {
    background-color: #FADFDE;
}

ul.hd_global_nav {
	font-size: 16px;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
    justify-content: center;
}

a.hd_global_nav_link {
	display: block;
	padding: 0.8em 2.5em;
	color: #444444;
    transition: all 500ms 0s ease;
}

a:hover.hd_global_nav_link {
	text-decoration: none;
	background-color: #FDEFEF;
	color: #EB6D7B;
}


@media screen and (max-width: 1100px) { /*pc*/

.hd_main_in {
    padding: 0 1%;
}


}

@media screen and (max-width: 940px) { /*pc*/

a.hd_global_nav_link {
	padding: 0.8em 1.7em;
}

}

@media screen and (max-width: 850px) { /*tablet*/

ul.hd_main_in_u,ul.hd_main_in_u li {
    padding: 0 0.6em;
}

a.hd_cv_web {
    padding: 0.8em 2.5em;
}

a.hd_global_nav_link {
	padding: 0.8em 1.4em;
}

}



@media screen and (max-width: 768px) { /*tablet*/

.hd_main {
	padding: 10px 0;
}

.hd_main_in {
    font-size: 14px;
}

img.hd_logoimg {
	height: 40px;
}

ul.hd_main_in_u,ul.hd_main_in_u li {
    padding: 0 0.7em;
}

a.hd_cv_web {
    padding: 0.8em 2.4em 0.8em 2.0em;
}

ul.hd_global_nav {
	font-size: 14px;
}

a.hd_global_nav_link {
	padding: 1.0em 1.3em;
}


}


@media screen and (max-width: 667px) { /*sp_w*/

.hd_main {
	padding: 8px 0;
}

.hd_main_in {
    padding: 0 2%;
}

ul.hd_main_in_u,ul.hd_main_in_u li {
    display: none;
}

a.hd_cv_web {
    padding: 0.8em 1.5em 0.8em 1.0em;
}

nav.hd_nav {
    display: none;
}

}



/* --------------------------------------
 footer
--------------------------------------- */

.ft_menu {
    display: flex;
    margin: 4% 0 4% 3%;
}

.ft_menu_box {
    width : calc(88% / 4) ;
    margin: 0 3% 0 0;
}

a.ft_m_link01:first-of-type {
    border-top: 1px solid #F3AFAD;
}

a.ft_m_link01 {
    font-size: 16px;
    display: block;
    color: #444444;
    border-bottom: 1px solid #F3AFAD;
    padding: 0.6em 1em 0.6em 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url("../img/ya_g01.png");
    background-size: auto 0.6em;
    transition: all 500ms 0s ease;
}

a.ft_m_link01:hover {
	text-decoration: none;
	color: #EB6D7B;
}

ul.ft_sub_link01 {
    font-size: 14px;
    list-style: none;
    margin: 0.6em 0 0;
    padding: 0;
}

ul.ft_sub_link01 li a {
    display: block;
    color: #444444;
    padding: 0.3em 0 0.3em 0.8em;
    background-position: left top 0.8em;
    background-repeat: no-repeat;
    background-image: url("../img/ya_g01.png");
    background-size: auto 0.6em;
}

.copyright {
	display: block;
	text-align: center;
	padding: 1.5em 0 0.8em;
	float: left;
	width: 100%;
}

.copyright p {
    font-size: 12px;
	padding: 0.8em 0;
	font-family: Arial, Helvetica, "sans-serif";
    color: #ffffff;
}

img.copy_logo_ft {
    height: 50px;
}

.pagetop {
	right: 14px;
	margin: 0 0 14px 0;
	padding: 0 1px;
	background-color: #EB6D7B;
}

img.pagetop_img {
	width: 40px;
}

@media screen and (max-width: 940px) { /*pc*/

.ft_menu {
    margin: 4% 0 4% 2%;
}

.ft_menu_box {
    width : calc(92% / 4) ;
    margin: 0 2% 0 0;
}

}

@media screen and (max-width: 850px) { /*tablet*/

a.ft_m_link01 {
    font-size: 16px;
}

}

@media screen and (max-width: 768px) { /*tablet*/

.ft_menu {
    margin: 4% 0 0 3%;
    flex-wrap: wrap;
}

.ft_menu_box {
    width : calc(94% / 2) ;
    margin: 0 3% 4% 0;
}

}

@media screen and (max-width: 667px) { /*sp_w*/

.ft_menu {
    margin: 6% 0 0 4%;
    flex-wrap: wrap;
}

.ft_menu_box {
    width : calc(92% / 2) ;
    margin: 0 4% 4% 0;
}

ul.ft_sub_link01 li a {
    padding: 0.2em 0 0.2em 0.8em;
    background-position: left top 0.7em;
}

a.ft_m_link01 {
    font-size: 14px;
}

.copyright {
	padding: 1.0em 0 66px;
}

img.copy_logo_ft {
    height: 40px;
}

.pagetop {
	right: 0;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #FDEFEF;
}



img.pagetop_img {
	width: 40px;
	display: inline-block;
	margin: 0;
}


}



/* --------------------------------------
 sp_menu
--------------------------------------- */

@media all and (min-width: 668px) {

.p-appMenu {
	display: none;
	}

}

.p-appMenu {
  height: 66px;
  position: relative;
  z-index: 100;
}
.p-appMenu__items {
  bottom: 0;
  position: fixed;
  display: table;
  width: 100%;
  height: inherit;
  margin: 0;
  padding: 0;
  background-color: #EFF1F1;
  border-top: 1px solid #B5B5B6;
  font-size: 10px;
}
.p-appMenu__item {
  display: table-cell;
  width: 20%;
  color: inherit;
  text-align: center;
  line-height: 1.2;
  padding: 0 0 0;
}

a.p-appMenu__item {
	color: #444444;
}

a.p-appMenu__item:hover {
	text-decoration: none;
}

img.p-appMenu__item_img {
	width: 30px;
	padding: 7px 0 1px;
}

.p-overlayMenu__screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(253, 239, 239, 0.4);
  display: none;
}
.p-overlayMenu--open .p-overlayMenu__screen {
  display: block;
}
.p-overlayMenu__body {
  position: fixed;
  width: 100%;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  background-color: rgba(255, 255, 255, 1);
  z-index: 90;
  transition: 0.2s transform ease-out 0s;
}
.p-overlayMenu--open .p-overlayMenu__body {
  -webkit-transform: translate3d(0, -65px, 0);
          transform: translate3d(0, -65px, 0);
}
.p-overlayMenu__title {
  background-color: #F3AFAD;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 4px;
}

.sp_menu_main {
	display: block;
	font-size: 0;
	width: 100%;
	margin: 0;
	padding: 0;
    background-color: #FADFDE;
}

.sp_menu_main_link {
	display: inline-block;
	font-size: 13px;
	width: 50%;
	border-bottom: 1px solid #F3AFAD;
}

a.navigation_item,
a.navigation_item2 {
	color: #444444;
	background-image: url(../../common/img/ya_g01.png);
	background-repeat: no-repeat;
	background-size: 0.5em auto;
	background-position: center right 5px;
	padding: 13px 8px;
	margin: 0;
	display: block;
}

a.navigation_item:hover,
a.navigation_item2:hover{
	text-decoration: none;
}

a.navigation_item,
a.navigation_item_sub {
	border-right: 1px solid #F3AFAD;
}

.sp_menu_sub {
	display: block;
	font-size: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #aeaeae;
}

.sp_menu_sub_link,
.sp_menu_sub_link_sns {
	display: inline-block;
	font-size: 12px;
	width: 33.3%;
}

a.navigation_item_sub,
a.navigation_item_sub2 {
	color: #444444;
	background-repeat: no-repeat;
	background-size: 17px auto;
	background-position: center left 6px;
	padding: 13px 5px 13px 23px;
	margin: 0;
	display: block;
}

a.navigation_item_sub:hover,
a.navigation_item_sub2:hover,
a.sub_link_sns01:hover,
a.sub_link_sns02:hover {
	text-decoration: none;
}


.p-overlayMenu__close {
  color: inherit;
  display: block;
  padding: 13px;
  background-color: #8D8D8D;
  text-align: center;
  font-size: 14px;
  margin-top: 0px;
}

a.p-overlayMenu__close {
	color: #ffffff; }

.p-overlayMenu__closeMark {
  display: inline-block;
  margin: 0;
  position: relative;
  font-size: 1.2em;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
}
.p-overlayMenu__closeMark::before, .p-overlayMenu__closeMark::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1px;
  color: #ffffff;
  background-color: currentColor;
}
.p-overlayMenu__closeMark::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-overlayMenu__closeMark::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



/* --------------------------------------
 breadcrumb
--------------------------------------- */

.breadcrumb {
	background-color: #EFF1F1;
}

.breadcrumbs {
	font-size: 14px;
	padding: 0.6em 0;
}

.breadcrumb_link_wrap {
    background-repeat: no-repeat;
	background-position: right 0.4em center;
	background-size: 1em auto;
	background-image: url(../img/ya_b01.png);
    padding: 0 2em 0 0;
    
}

a.breadcrumb_link {
	color: #8D8D8D;
    text-decoration: underline;
}

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

@media screen and (max-width: 768px) { /*tablet*/

.breadcrumbs {
	font-size: 13px;
	padding: 0.6em 0;
}

}

@media screen and (max-width: 667px) { /*sp_w*/

.breadcrumbs {
	font-size: 12px;
	padding: 0.7em 0;
}

}

/* --------------------------------------
 page style
--------------------------------------- */

.page_title_01 {
    text-align: center;
    padding: 13% 0;
}

.page_title_02 {
    text-align: center;
    padding: 8% 0;
}

.page_title_03 {
    text-align: center;
    padding: 8% 0 0;
}

.page_title_h01_01 {
    font-size: 38px;
    margin: 0 0 0.6em;
    text-shadow:1px 1px 5px rgba(0,0,0,0.75);
    color: #ffffff;
}

.page_title_h01_01s {
    font-size: 21px;
    margin: 0 0 0.2em;
    text-shadow:1px 1px 5px rgba(0,0,0,0.75);
    color: #ffffff;
}

.page_title_h01_02 {
    font-size: 38px;
    margin: 0 0 0.6em;
}

.page_title_h01_02s {
    font-size: 21px;
    margin: 0 0 0;
}

hr.page_title_hr01{
	border-top: 3px solid #ffffff;
    width: 100px;
    margin: 0 auto;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.3);
}

hr.page_title_hr02{
	border-top: 3px solid #EB6D7B;
    width: 100px;
    margin: 0 auto;
}


.page_t_box01 {
    padding: 5% 0 1.8em;
    text-align: center;
}

.page_t_box02 {
    padding: 5% 0 1.8em;
}

.page_t_box03 {
    padding: 5% 0 0;
}

hr.hr_pink01{
	border-top: 2px solid #EB6D7B;
}

.pt_base01 {
    font-size: 28px;
    padding: 0;
    margin: 0 0 0.4em;
}

.pt_text01 {
    font-size: 18px;
    line-height: 2;
}

.pt_text02 {
    font-size: 16px;
    line-height: 2;
}

.top_line_bg01 {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat:repeat;
    background-image: url("../img/line_bg01.png");
    background-color: #FADFDE;
    background-size: 8px auto;
    float: left;
}

/*

*/


@media screen and (max-width: 768px) { /*tablet*/

.page_title_h01_01,.page_title_h01_02 {
    font-size: 30px;
    margin: 0 0 0.4em;
}

.page_title_h01_01s,.page_title_h01_02s {
    font-size: 18px;
    margin: 0 0 0;
}

.pt_base01 {
    font-size: 24px;
}

.pt_text01 {
    font-size: 16px;
}

}

@media screen and (max-width: 667px) { /*sp_w*/

.page_title_01 {
    padding: 17% 0;
}

.page_title_02 {
    padding: 12% 0;
}

.page_title_03 {
    padding: 12% 0 0;
}

.page_title_h01_01,.page_title_h01_02 {
    font-size: 26px;
}

.page_title_h01_01s,.page_title_h01_02s {
    font-size: 16px;
}

hr.page_title_hr01{
	border-top: 2px solid #ffffff;
    width: 80px;
}

hr.page_title_hr02{
	border-top: 2px solid #EB6D7B;
    width: 80px;
}

.page_t_box01 {
    padding: 1.6em 0 1.2em;
    text-align: center;
}

.page_t_box02 {
    padding: 1.6em 0 1.2em;
}

.page_t_box03 {
    padding: 1.6em 0 0;
}

.pt_base01 {
    font-size: 21px;
}

.pt_text01,
.pt_text02 {
    font-size: 14px;
}

}



/* --------------------------------------
 page option
--------------------------------------- */

.li_disc {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 1.4em;
}

.pt1em { padding-top: 1em; }
.pb1em { padding-bottom: 1em; }

.left_s1em {
    margin: 0 0 0 1em;
}

.kome { margin-left:1em; }
.kome:before { content:"※"; margin-left:-1em;}


/* --------------------------------------
 page layout
--------------------------------------- */

.lo_box_lr01_w01 {
    margin: 5% 0 0;
    display: flex;
    flex-wrap: wrap;
}

.lo_box_l01 {
    width: 72%;
    margin: 0 5% 0 0;
}

.lo_box_r01 {
    width: 23%;
}

@media screen and (max-width: 667px) { /*sp_w*/

.lo_box_lr01_w01 {
    margin: 7% 0 0;
}

.lo_box_l01 {
    width: 100%;
    margin: 0 0 7% 0;
}

.lo_box_r01 {
    width: 100%;
}

}

@media (min-width: 668px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
