/** 汎用スタイル **/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}
body {
  color: #000000;
  line-height: 1.6rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background-color: #F9F5F6;
}

.red {
    color: #ff0000;
}

.font-weight-bold {
	font-weight: 900 !important;
}
.ls {
  letter-spacing: 0.2rem;
}
.bw-2 {
  border-width: 2px !important;
}
.bw-3 {
  border-width: 3px !important;
}

.colorBlue { color:#F9F5F6!important; }
.colorDarkgreen { color: #FF90BC!important; }

.bgcolorBlue { background-color: #F9F5F6!important; }
.bgcolorDarkgreen { background-color: #FF90BC!important; }
.midashi-blue {
	color: #0068B7!important;
	font-weight: bold;
	border-bottom: solid 2px #333;
  position: relative;
	padding-bottom: 0.25em;
}

.midashi-blue:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #FF90BC;
  bottom: -2px;
  width: 20%;
}/* CSS Document */


/*---------------------------------------------*/
/* 細かい設定
============================================== */

.mb150{
	margin-bottom: 150px;
}

/*---------------------------------------------*/
/* header/navigation
============================================== */

.navbar, .navbar-box {
	background-color: #FF90BC;
    color: #000!important;
}

.header-logo{
    width: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
	padding: 0;
}

.header-logo img {
    padding-right: 1em;
}

.header-logo p {
    color: #000000;
    display: inline-block;
    font-size: 160%;
    font-weight: bold;
}

p.header-comments {
	font-size: 90%;
    font-weight: normal;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}

.nav-item {
    width: 25%;
    border-left: 1px solid #ffffff;
}

.nav-item:nth-child(6n) {
    border-left: 1px solid #ffffff;
    border-right:1px solid #ffffff;
}

.nav-item .nav-link {
    padding: 0.5em;
    color: #ffffff;
    font-weight: bold;
    border-right:1px solid #ffffff;
}

.nav-link-sub {
    color: #FF90BC; 
    margin: 0;
    font-size: 90%;
    letter-spacing: 0.1em;
}

.header-menu-box {
	display: flex;
	align-items: center;
    flex-direction: row;
}

.header-menu-box .telbox a {
	display: flex;
    flex-direction: row;
    font-family: "Arial Black", Gadget, "sans-serif";
    font-size: 140%;
    margin: 0;
}

.telbox img {
    width: 25px;
}

.telbox a {
    text-decoration: none;
    color: #000;
}
.header-menu-box .otoi {
	 font-size: 90%;
    padding: 0;
    margin: 0;
}

a.nav-link:hover, a.nav-link:hover .nav-link-sub {
	color: #FF90BC;
    background-color: #ffffff;
}

.main-box-title {
    width: 50%;
}

.main-box-title p{
	font-size: 120%;
	line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
}

.main-box {
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.main-box-image {
    width: 50%;
}

.main-box-image h2 img {
    width: 30%;
}

a.nav-link:hover, a.nav-link:hover .nav-link-sub {
	color: #FF90BC!important;
}

.subbox {
    width: 35%;
}


/** ヘッダー内容 **/
.pa_bo10 {
    padding-bottom: 1em;
}
.clearfix {
    display: block;
    clear: both;
    overflow: hidden;
}
.clearfix {
    display: block;
    clear: both;
    overflow: hidden;
}
.float_L {
    float: left;
    padding-right: 10px;
}

.head02_01{
	font-size: 13px;
    word-break: normal;
    width: 100%;
}

.header-menu-box {
    display: flex;
    column-gap: 30px;
}

.header-sab-box  {
    display: contents;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-expand-md .navbar-nav {
    flex-direction: row;
    background-color: #FF90BC;
	justify-content: center;
}

.navbar-box {
    background-color: #FF90BC;
    color: #000!important;
}

section {
    padding: 40px 10px;
}

@media screen and (max-width:767.98px) {
	.nav-item {
		width: 100%;
        border-left: none;
	}
    
	.nav-item:nth-child(5n) {
		border-left: none;
        border-right:none;
	}
	
	.nav-item .nav-link {
		padding: 1em;
        color: #000000;
        font-weight: bold;
    }
	
	.nav-link-sub {
        display: none;
    }
    
    .header-logo { 
		width: auto;
        display: flex;
        flex-direction: column;
        padding: 0em 0;
        margin: 0;
	}
    
	.header-logo p {
        color: #000000;
        display: inline-block;
        font-weight: bold;
        margin: 0;
        font-size: 110%;
	}
    
	p.header-comments {
        font-size: 70%;
        font-weight: normal;
    }
	
    .header-menu-box {
        display: none;
    }
    
    .header-logo img {
        width: 150px;
    }
    
    .header-box {
        align-items: center;
    }
    
    .menu__item {
        padding: .25em 0em;
    }
    
    .menu__item a {
        font-size: 100%;
        margin: 0;
        line-height: 1em;
    }
    
    a.nav-link:hover, a.nav-link:hover .nav-link-sub {
        color: #ffffff;
        background-color: transparent;
    }
	
	.header-menu-box {
    display: none;
}
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .main-box-image h2 img {
        width: 50%;
    }	
	
	.header-menu-box {
    display: none;
}

}




/*-------------------------------------------------------
トップページ　当社の強みについて
-------------------------------------------------------*/
h2 {
  border-bottom: solid 3px #FFD1DA;
  position: relative;
    font-weight: bold;
}

h2:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #FBA1B7;
  bottom: -3px;
  width: 20%;
}

h2.short-udline {
    text-align: left;
}

#taxibusiness h2 {
  border-bottom: solid 3px #B0D9B1;
  position: relative;
    font-weight: bold;
}

#taxibusiness h2:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3fa36e;
  bottom: -3px;
  width: 20%;
}

#ryokanbusiness h2 {
  border-bottom: solid 3px #FFEBC1;
  position: relative;
    font-weight: bold;
}

#ryokanbusiness h2:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #D7A86E;
  bottom: -3px;
  width: 20%;
}

#Page-tsuyomi .tuyomi{
	display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 35px auto;
}

section#strengths {
    padding: 80px 10px 15px;
    background: white;
}

section#Tuyomi02 {
    padding-top: 75px;
}

section#Tuyomi03 {
    padding-top: 75px;
	background: white;
}


p.no01 {
    width: 48%;
	line-height: 2rem;
}

.tuyomi_catch01{
	font-weight: bold;
}

.Menu-taxi {
    display: flex;
    justify-content: space-between;
    width: 100%;
	margin: 30px 0;
}

.tuyomiMB {
    display: flex;
    justify-content: space-between;
    width: 100%;
	margin: 30px 0;
}

.tuyomiBox {
    width: 48%;
}

.tuyomiBox:hover {
  margin-top: 3px;
  color: #000;
  background: #FF90BC;
  border-bottom: 3px solid #FF90BC;
}

.btn-stitch {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #FF90BC;
  transition: .4s;
}

.btn-stitch:hover {
	color: #F7F7F7;
}

.btn-stitch:before {
	font-family: "Font Awesome 5 Free";
    content: "\f1c1";
	margin-right: 10px;
    font-size: x-large;
}

ul.anzenlink {
    text-align: center;
    margin: 20px auto 0;
}

#strengths ul li {
    width: 48%;
    text-align: center;
    float: left;
    border: 1px solid #e6e6e6;
    margin: 10px;
    padding-left: 0;
	background: #F7F7F7;
}

#strengths ul li:hover {
	background: #FDCEDF;
	color: #F7F7F7;
}

.catchcopy{
	background: rgba(255, 255, 255, 0.8);
    padding: 30px 20px;
    line-height: 2rem;
}


section#slogan {
    padding-top: 0;
    padding-bottom: 0;
}

.field{
	width: 100%;
    margin: auto;
}

#slogan p {
    margin-bottom: 0;
    text-align: center;
	font-size: 18px;
}

.contactForm {
    position: fixed;
    right: 0;
    bottom: 150px;
    width: 100px;
    padding: 20px 5px;
    text-align: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #fff;
    background-color: #FDCEDF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 15;
}

div#contactForm_taxi {
    position: fixed;
    right: 0;
    bottom: 570px;
    width: 100px;
    padding: 5px 5px;
    text-align: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #fff;
    background-color: #B0D9B1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 15;
}

div#contactForm_ryokan {
    position: fixed;
    right: 0;
    bottom: 400px;
    width: 100px;
    padding: 5px 5px;
    text-align: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #fff;
    background-color: #FFEBC1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 15;
}

.topicon{
	color: #000000;
}

div#contactForm_taxi .topicon {
    margin-top: 10px;
}

div#contactForm_ryokan .topicon {
    margin-top: 10px;
}

.topicon:hover{
	color: #fff;
}

.texticon{
	margin-top: 16px;
}

.torikumi01 {
    text-align: center;
    background: #FFD1DA;
    padding: 20px;
    margin: 20px auto;
}

.torikumi01 h3 {
    margin-bottom: 20px;
	font-weight: bold;
}

.torikumi01 p {
    margin-bottom: 0;
}

.management01 {
    display: flex;
    justify-content: space-between;
	margin: 80px auto;
}

.FEELythm01-1 {
    width: 65%;
}

.FEELythm01-1 h4 {
    margin-bottom: 30px;
    font-weight: bold;
    border-bottom: 4px solid #FFD1DA;
	color: #FBA1B7;
}

.FEELythm01-text {
    display: flex;
    justify-content: space-between;
}

.FEELythm01-text p {
    margin: auto;
	line-height: 2.5rem;
}

.management02{
	display: flex;
	justify-content: space-between;
	margin: 100px auto;
}

.FEELythm02-2 {
    width: 52%;
    margin: auto 0;
}

.FEELythm02-2 h4 {
    margin-bottom: 30px;
    font-weight: bold;
    border-bottom: 4px solid #FFD1DA;
	color: #FBA1B7;
}

.management03{
	display: flex;
	justify-content: space-between;
	margin: 100px auto;
}

.FEELythm03-1{
	display: flex;
	justify-content: space-between;
	width: 56%;
	
}

.FEELythm03-2 h4 {
    margin-bottom: 30px;
    font-weight: bold;
    border-bottom: 4px solid #FFD1DA;
	color: #FBA1B7;
}


.FEELythm03-2 {
    width: 42%;
}

.FEELythm03-1 p {
    width: calc((100% - 5%) / 4);
}


.FEELythm01-1 h5 {
    font-size: 1.45rem;
    font-weight: 600;
    width: 90%;
    background: linear-gradient(transparent 50%, #FFD1DA 50%, #FFD1DA 100%);
}

.management04{
	margin: 100px auto;
}

.management04 .FEELythm-title h4 {
    margin-bottom: 30px;
    font-weight: bold;
    border-bottom: 4px solid #FFD1DA;
    color: #FBA1B7;
}

.FEELythm04-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

p.FEELythm04-2-title {
    width: calc((100% - 5%) / 4);
	text-align: center;
}


#Tuyomi04 h1 {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
    font-size: 30px;
    border-bottom: solid 2px black;
    margin-bottom: 20px;
}

#Tuyomi04 h1:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #FBA1B7;
}

div#Tuyomi04 {
    margin-bottom: 100px;
}

.fi-ruzumu{
		display: block;
	}

#scc h1 {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
    font-size: 30px;
    border-bottom: solid 2px black;
    margin-bottom: 20px;
}

#scc h1:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #FBA1B7;
}

div#scc {
    margin-bottom: 100px;
}

#Fares_Charges h1 {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
    font-size: 30px;
    border-bottom: solid 2px black;
    margin-bottom: 20px;
}

#Fares_Charges h1:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #FBA1B7;
}

div#Fares_Charges {
    margin-bottom: 150px;
}


@media (min-width: 996.98px) and (max-width: 1199.8px) {
	.h3, h3 {
    font-size: calc(1.3rem + .3vw);
}
	
	ul.anzenlink {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
	flex-direction: column;
}
	
	p.no01 {
    width: 100%;
    font-size: 18px;
    line-height: 2rem;
    margin: 15px auto;
}
	
	#Page-tsuyomi .tuyomi {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 35px auto;
    flex-direction: column;
}
	
	#strengths ul li {
    width: 100%;
    text-align: center;
    float: left;
    border: 1px solid #e6e6e6;
    margin: 10px auto;
    padding-left: 0;
    background: #F7F7F7;
}
	
	section#strengths {
    padding: 80px 10px 60px;
    background: white;
}
	
	#tuyomi02 .tuyomi {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 35px auto;
    flex-direction: column-reverse;
}
	
	.management01 {
    display: flex;
    justify-content: space-between;
    margin: 80px auto;
    flex-direction: column;
}
	
	.FEELythm01-1 {
    width: 100%;
}
	
	.FEELythm01-1 h5 {
    font-size: 1.35rem;
    font-weight: 600;
    width: 100%;
    background: none;
}
	
	.management02 {
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
    flex-direction: column-reverse;
}
	
	.FEELythm02-2 {
    width: 100%;
    margin: auto 0;
}
	
	.management03 {
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
    flex-direction: column;
}
	
	.FEELythm03-2 {
    width: 100%;
}
	
	.FEELythm04-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	
	p.FEELythm04-2-title {
    width: calc((100% - 5%) / 4);
    text-align: center;
}
	
	.FEELythm03-1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
	
	.fi-ruzumu{
		display: none;
	}
}

@media (max-width:996.98px)  {
	ul.anzenlink {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
	flex-direction: column;
}
	
	p.no01 {
    width: 100%;
    font-size: 18px;
    line-height: 2rem;
    margin: 15px auto;
}
	
	#Page-tsuyomi .tuyomi {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 35px auto;
    flex-direction: column;
}
	
	#strengths ul li {
    width: 100%;
    text-align: center;
    float: left;
    border: 1px solid #e6e6e6;
    margin: 10px auto;
    padding-left: 0;
    background: #F7F7F7;
}
	
	section#strengths {
    padding: 80px 10px 60px;
    background: white;
}
	
	#tuyomi02 .tuyomi {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 35px auto;
    flex-direction: column-reverse;
}
	
	.fi-ruzumu{
		display: block;
	}
	
	
	
	
	
}

@media screen and (max-width:767.98px) {
	div#contactForm_taxi {
    display: none;
}
	
	div#contactForm_ryokan {
    display: none;
}
	
	.contactForm {
		display: none;
	}
	
	.management01 {
    display: flex;
    justify-content: space-between;
    margin: 80px auto;
    flex-direction: column;
}
	
	.FEELythm01-1 {
    width: 100%;
}
	
	.FEELythm01-1 h5 {
    font-size: 1.35rem;
    font-weight: 600;
    width: 100%;
    background: none;
}
	
	.management02 {
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
    flex-direction: column-reverse;
}
	
	.FEELythm02-2 {
    width: 100%;
    margin: auto 0;
}
	
	.management03 {
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
    flex-direction: column;
}
	
	.FEELythm03-2 {
    width: 100%;
}
	
	.FEELythm04-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	
	p.FEELythm04-2-title {
    width: 100%;
    text-align: center;
}
	
	.FEELythm03-1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
	
	.fi-ruzumu{
		display: none;
	}
}
/*-------------------------------------------------------
トップページ　バス事業について
-------------------------------------------------------*/
.busbox {
    display: flex;
    justify-content: space-between;
}

a.busitem {
    width: calc((100% - 10%) / 3);
}

#Top-nemu a.busitem {
    width: calc((100% - 5%) / 4);
}

p.bustext{
	font-size: 18px;
    line-height: 2rem;
	margin: 30px auto;
}

.busitem:hover {
  margin-top: 3px;
  color: #000;
  background: #FF90BC;
  border-bottom: 4px solid #FF90BC;
}

#taxibusiness .busitem:hover {
  margin-top: 3px;
  color: #000;
  background: #3fa36e;
  border-bottom: 4px solid #3fa36e;
}

#ryokanbusiness .busitem:hover {
  margin-top: 3px;
  color: #000;
  background: #D7A86E;
  border-bottom: 4px solid #D7A86E;
}

@media (max-width:996.98px)  {

}

@media (max-width:767.98px)  {
.busbox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
}
	
	a.busitem {
    width: 100%;
    margin: 20px auto;
}
	
	.Menu-taxi {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0;
    flex-direction: column;
}
	
	#Top-nemu a.busitem {
    width: 100%;
}
	
	}

.table_design08 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: start;
	    margin-top: 30px;
}
.table_design08 th, .table_design08 td {
    border: 2px solid #FBA1B7;
    padding: 1em;
    background: white;
}
.table_design08 thead th {
  background-color: #FBA1B7;
  color: #fff;
  border: 2px solid #FBA1B7;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table_design08 thead th:last-of-type {
  border-right: 2px solid #FBA1B7;
}
.table_design08 tbody th {
  color: #FBA1B7;
  font-weight: bold;
  text-align: start;
}
@media screen and (max-width: 787px) {
  .table_design08 {
    text-align: left;
  }
  .table_design08 thead {
    display:none;
  }
  .table_design08 th, .table_design08 td {
    display: block;
    border: 0;
    border-bottom: 2px solid #e6f1f6;
  }
  .table_design08 tbody th{
    background: #FBA1B7;
    color:#fff;
  }
  .table_design08 td::before{
    content: attr(data-label);
    color: #FBA1B7;
    font-weight: bold;
    display: inline-block;
    width: 30%;
    min-width: 4em;
  }
}


/*-------------------------------------------------------
トップページ　サービス紹介
-------------------------------------------------------*/
.taxibox {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

p.meintext {
    line-height: 2rem;
    font-size: 20px;
	margin-bottom: 3rem;
}

.sabbox {
    width: calc((100% - 3%) / 2);
}

.about {
    margin: 30px;
}

#ryokanbusiness .taxibox {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: row-reverse;
}

.btn-flat-dashed-filled {
    display: inline-block;
    padding: 0.8em 10em;
    text-decoration: none;
    color: #3fa36e;
    border: dashed 1px #3fa36e;
    background: #B0D9B1;
    border-radius: 3px;
    transition: .4s;
	font-size: 18px;
}

.btn-flat-dashed-filled:hover {
  background: rgb(176, 217, 177,0.8);
  color: #FFF;
}

#ryokanbusiness .btn-flat-dashed-filled {
    display: inline-block;
    padding: 0.8em 10em;
    text-decoration: none;
    color: #D7A86E;
    border: dashed 1px #D7A86E;
    background: #FFEBC1;
    border-radius: 3px;
    transition: .4s;
	font-size: 18px;
}

#ryokanbusiness .btn-flat-dashed-filled:hover {
  background: rgb(255, 235, 193,0.8);
  color: #FFF;
}

.other {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0;
	margin: 40px auto;
}

#otherservices .sabbox {
    width: calc((100% - 10%) / 2);
}

.btn-flat {
  position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 1.25em 7.5em;
    text-decoration: none;
    color: #FF90BC;
    background: #ECECEC;
    transition: .4s;
    box-shadow: 4px 4px;
    font-size: 22px;
}

.btn-flat:hover {
  background: #FF90BC;
  color: white;
}

section#ryokanbusiness {
    margin-bottom: 200px;
}


@media (min-width: 996.98px) and (max-width: 1199.8px) {
	.btn-flat-dashed-filled {
    display: inline-block;
    padding: 0.8em 9em;
    text-decoration: none;
    color: #3fa36e;
    border: dashed 1px #3fa36e;
    background: #B0D9B1;
    border-radius: 3px;
    transition: .4s;
    font-size: 18px;
}
	
	#ryokanbusiness .btn-flat-dashed-filled {
    display: inline-block;
    padding: 0.8em 9em;
    text-decoration: none;
    color: #D7A86E;
    border: dashed 1px #D7A86E;
    background: #FFEBC1;
    border-radius: 3px;
    transition: .4s;
	font-size: 18px;
}
	
	.other {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0;
    margin: 40px auto;
    flex-direction: column;
}
	
	.btn-flat {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 1.25em 1.5em;
    text-decoration: none;
    color: #FF90BC;
    background: #ECECEC;
    transition: .4s;
    box-shadow: 4px 4px;
    font-size: 25px;
    margin: 30px;
    text-align: center;
}
}

@media (max-width:996.98px)  {
	.taxibox {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: column-reverse;
}
	.sabbox {
    width: 100%;
}
	
	p.meintext {
    line-height: 2rem;
    margin: 30px auto;
    font-size: 20px;
}
	
	#ryokanbusiness .taxibox {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: column-reverse;
}
	
	.other {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0;
    margin: 40px auto;
    flex-direction: column;
}
	
	.btn-flat {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 1.25em 1.5em;
    text-decoration: none;
    color: #FF90BC;
    background: #ECECEC;
    transition: .4s;
    box-shadow: 4px 4px;
    font-size: 25px;
    margin: 30px;
    text-align: center;
}


}

/*-------------------------------------------------------
Footer フッター
-------------------------------------------------------*/
footer {
    margin-top: auto!important;
	background: #EEEEEE;
}

.footer-item .nav-link {
    padding: 0 0.5rem;
    color: #333333;
}

.footer-logo {
    padding-left: 0;
    padding-right: 0;
}

.copyright {
    text-align: center;
    padding: 15px 0;
    background-color: #FF90BC;
    font-size: 1em;
}

.copyright span, .copyright span a {
    color: #fff;
    text-decoration: none;
}

.footer-item{
	display: flex;
    column-gap: 20px;
}

.footer-item a:hover {
    text-decoration: underline;
}

.footer-item ul li {
    font-size: 90%;
}

.footer-item ul li a.nav-link {
     font-size: 14px;
}

.footer-item ul li a.nav-link:hover {
    background-color: transparent!important
}

.container-fluid{
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.bg-dark {
    background-color: #FF90BC!important;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.small, small {
    font-size: .875em;
}

.line_666666 {
    padding-top: 20px;
    border-bottom: #666666 dotted 1px;
    width: 100%;
}

.footer-box {
    display: flex;
    padding-top: 40px;
    padding-bottom: 100px;
    justify-content: space-between;
}

.footer-item .nav-link {
    display: block;
    padding: .5rem 0.3rem;
    color: #333333;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	font-size: 15px;
    padding-top: 0;
}

.footer-item{
	display: flex;
    column-gap: 40px;
    width: 60%;
    flex-wrap: wrap;
}

.footer-item h4{
	display: flex;
}


.footer-text{
    margin-top: 40px;
    font-size: 15px;
}

.footer-text p{
	margin: 0;
}

section#otherbusiness {
    margin-bottom: 150px;
}

.sp-conversion {
	display: none;
}

.footer-menu-box {
    display: flex;
    justify-content: space-between;
    width: 45%;
}

.Subbox {
    width: 35%;
}

@media (min-width: 991.99px) and (max-width: 1398.78px) {
	.footer-box {
        flex-direction: column;
    }
    
    .footer-logo {
    width: 20%;
}
    
    .footer-item {
        margin-top: 30px;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
		column-gap: 10px;
    }
    
    .footer-item ul li a.nav-link {
        font-size: 12px;
    }
	
	.sp-conversion {
	display: none;
}
	.footer-menu-box {
    display: flex;
    justify-content: space-between;
    width: 40%;
}
	
}	

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-box {
        flex-direction: column;
    }
    
    .footer-logo {
    width: 30%;
}
    
    .footer-item {
        margin-top: 30px;
        width: 100%;
        flex-direction: row;
        column-gap: 40px;
    }
    
    .footer-item ul li a.nav-link {
        font-size: 12px;
    }
	
	.sp-conversion {
	display: none;
}
	
	.footer-menu-box {
    display: flex;
    justify-content: space-between;
    width: 35%;
}
	
	
}

@media screen and (max-width:767.98px) {
	.footer-item{
        display: block;
    }
    
    .footer-box {
        flex-direction: column;
        column-gap: 30px;
        align-items: center;
    }
    
    .footer-item {
        margin-top: 30px;
        flex-direction: column;
    }
	
	.sp-conversion {
	display: block;
    background-color: rgba(76, 76, 76, 0.7);
    position: fixed;
    bottom: -1%;
    left: 0;
    padding: 10px 0;
    z-index: 0;
    width: 100%;
}
	.sp-conversion-list {
    border-spacing: 10px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style: none;
    padding-left: 0 !important;
}
	
	.sp-conversion-list li {
    display: table-cell;
    text-align: center;
}
	
	.sp-conversion-list li a {
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    text-shadow: none;
    text-decoration: none;
    padding: 10px;
}
	
	.btn-conversion--tel a {
    background: #04bf8c;
    border-bottom: 2px solid #04bf8c;
    position: relative;
}
	
	.btn-conversion--mail a {
    background: #0096d8;
    border-bottom: 2px solid #0096d8;
    position: relative;
}

	.footer-menu-box {
    display: flex;
    justify-content: space-between;
    width: 35%;
}
}





.about-Box-image{
	text-align: center;
	padding: 30px 0;
}

/*-------------------------------------------------------

各ページ　トップ画像

-------------------------------------------------------*/

.top-main-bar {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 200px;
	background-color: rgba(249, 245, 246,.20);
}
.top-main-bar .inner-img {
	width: 100%;
	position: absolute;
}
.top-main-bar .inner-img img {
	object-fit: cover;
	width: 100%;
	height: 200px;
	opacity: 0.6;
}
.top-main-bar h1 {
	font-size: 140%;
	color: #ffffff;
	font-weight: bold;
	position: relative;
}
.top-main-bar p span {
	color: orange;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
}

.m-box {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 0px;
    z-index: 1;
}

.layer {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 50px;
    display: block;
    overflow: hidden;
}

@media screen and (max-width:767.98px) {
	#Page-company .top-main-bar, #Page-recruit .top-main-bar, #Page-contact .top-main-bar , #Page-business .top-main-bar {
		height: 200px;
	}
}

/*-------------------------------------------------------

サービス紹介　タクシー・かじかえん

-------------------------------------------------------*/

#Page-service #busbusiness h2 {
  border-bottom: solid 3px #B0D9B1;
  position: relative;
    font-weight: bold;
}

#Page-service #busbusiness h2:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3fa36e;
  bottom: -3px;
  width: 20%;
}

#Page-service .imagcontents{
	margin: 50px auto;
}

#Page-service .maincontents {
    display: flex;
    justify-content: space-between;
    width: 100%;
	margin: 70px auto;
}

#Page-service .leftbox {
    width: 58%;
}

#Page-service .rightbox {
    width: 45%;
}

#Page-service #taxisab .leftbox {
    width: 45%;
}

#Page-service #taxisab .rightbox {
    width: 58%;
}

#Page-service .titleBox{
    position: relative;
    background: #3fa36e;
    padding: 10px 5px 10px 60px;
    font-size: 23px;
    color: #fff;
    border-radius: 0 10px 10px 0;
    width: 98%;
}

#Page-service .titleBox:before{
    font-family: "Font Awesome 5 Free";
    content: "\f1ba";
    display: inline-block;
    line-height: 50px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #3fa36e;
    font-weight: 900;
    width: 60px;
    text-align: center;
    height: 60px;
    left: -0.35em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
    font-size: 35px;
}

#Page-service .textbox {
    margin: 30px 30px 30px 10px;
    font-size: 18px;
    line-height: 2.3rem;
	background: #FFF;
    padding: 30px;
}

#Page-service #taxisab .titleBox{
    position: relative;
    background: #3fa36e;
    padding: 10px 5px 10px 45px;
    font-size: 23px;
    color: #fff;
    border-radius: 0 10px 10px 0;
    width: 95%;
    left: 2rem;
}

#Page-service #taxisab .titleBox:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ba";
    display: inline-block;
    line-height: 50px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #3fa36e;
    font-weight: 900;
    width: 60px;
    text-align: center;
    height: 60px;
    left: -0.65em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
    font-size: 35px;
}

#Page-service #taxisab .textbox {
       margin: 30px;
    font-size: 18px;
    line-height: 2.3rem;
}

.gallerymain {
    width: 92%;
    margin: auto;
}

#ryokanbusiness .text {
    margin: 50px auto;
    font-size: 20px;
    line-height: 2.5rem;
    width: 100%;
    text-align: center;
}

li.slick-slide {
    background: rgb(248, 234, 216, 0.5);
	text-align: center;
}

.container.ryokanslider {
    margin-bottom: 100px;
}

.address {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    padding: 20px 100px;
    border: solid 3px #3fa36e;
    background: #fff;
}

#ryokanbusiness .address {
	display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    padding: 20px 100px;
	border: solid 3px #D7A86E;
    background: #fff;
}

.address p {
    margin: auto 0;
    font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	
	#Page-service .maincontents {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto;
    flex-direction: column-reverse;
}
	
	#Page-service .leftbox {
    width: 100%;
}
	
	#Page-service .titleBox {
    position: relative;
    background: #3fa36e;
    padding: 10px 5px 10px 60px;
    font-size: 23px;
    color: #fff;
    border-radius: 0 10px 10px 0;
    width: 100%;
}
	
	#Page-service .textbox {
    margin: 0;
    font-size: 20px;
    line-height: 2.3rem;
}
	#Page-service .rightbox {
    width: 100%;
}
	
	#Page-service div#taxisab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto;
}
	
	#Page-service #taxisab .leftbox {
    width: 100%;
}
	
	#Page-service #taxisab .rightbox {
    width: 100%;
}
	
	#Page-service #taxisab .titleBox {
    position: relative;
    background: #3fa36e;
    padding: 10px 5px 10px 28px;
    font-size: 23px;
    color: #fff;
    border-radius: 0 10px 10px 0;
    width: 95.5%;
    left: 2rem;
}
	
	#Page-service #taxisab .titleBox:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ba";
    display: inline-block;
    line-height: 50px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #3fa36e;
    font-weight: 900;
    width: 60px;
    text-align: center;
    height: 60px;
    left: -1.3em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
    font-size: 35px;
}
	
	#Page-service #taxisab .textbox {
    margin: 0;
    font-size: 20px;
    line-height: 2.3rem;
}
	
	.address {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 20px 30px;
    border: solid 3px #3fa36e;
	    background: #fff;
}
	
	
	#ryokanbusiness .address {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 20px 30px;
    border: solid 3px #D7A86E;
	    background: #fff;
}
	li.slick-slide {
    font-size: 12px;
}
}




@media screen and (max-width:767.98px) {
	
	#Page-service .maincontents {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto;
    flex-direction: column-reverse;
}
	
	#Page-service .leftbox {
    width: 100%;
}
	
	#Page-service .titleBox {
    position: relative;
    background: #3fa36e;
    padding: 10px 5px 10px 60px;
    font-size: 17px;
    color: #fff;
    border-radius: 0 10px 10px 0;
    width: 100%;
}
	
	#Page-service .textbox {
    margin: 0;
    font-size: 16px;
    line-height: 2.0rem;
}
	#Page-service .rightbox {
    width: 100%;
}
	
	#Page-service div#taxisab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto;
}
	
	#Page-service #taxisab .leftbox {
    width: 100%;
}
	
	#Page-service #taxisab .rightbox {
    width: 100%;
}
	
	#Page-service #taxisab .titleBox {
    position: relative;
    background: #3fa36e;
    padding: 10px 5px 10px 28px;
    font-size: 17px;
    color: #fff;
    border-radius: 0 10px 10px 0;
    width: 94%;
    left: 2rem;
}
	
	#Page-service #taxisab .titleBox:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ba";
    display: inline-block;
    line-height: 50px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #3fa36e;
    font-weight: 900;
    width: 60px;
    text-align: center;
    height: 60px;
    left: -1.3em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
    font-size: 35px;
}
	
	#Page-service #taxisab .textbox {
    margin: 0;
    font-size: 16px;
    line-height: 2.0rem;
}
	
	.address {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 20px 30px;
    border: solid 3px #3fa36e;
    flex-direction: column;
	background: #fff;
}
	
	#ryokanbusiness .address {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 20px 30px;
    border: solid 3px #D7A86E;
	flex-direction: column;
	background: #fff;
}
	
	.address p {
    margin: 10px;
    font-size: 20px;
}
	
	li.slick-slide {
    font-size: 12px;
}
	
	#ryokanbusiness .text {
    margin: 50px auto;
        font-size: 16px;
        line-height: 2.0rem;
        width: 100%;
        text-align: justify;
}
	
	
}





/*-------------------------------------------------------

サービス紹介　バスページ

-------------------------------------------------------*/

section#usefulness {
    background: #fff;
}

section#buslineup {
    background: #fff;
}

.box2-10{
	margin: 2em auto;
    padding: 2em;
    position: relative;
    background: #fdfdfd;
    line-height: 2rem;
    border-radius: 0 30px 0 30px;
}

.box2-10:before{
	border-bottom:30px solid transparent;
	border-left:30px solid #FF90BC;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.box2-10:after{
	border-left:30px solid transparent;
	border-bottom:30px solid #FF90BC;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.Lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 0;
}

li.list {
    width: calc((100% - 10%) / 4);
}

.lineup {
    margin: 15px 0;
}

.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
  width: 80%;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #FBA1B7;
  border-radius: 10px;
  position: relative;
  background: #fff;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #FBA1B7;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
  color: #fff;
  background: #FBA1B7;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

.catalog {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}

.btn01 {
  	display: inline-block;
    padding: 1em 1em;
    text-decoration: none;
    color: #FBA1B7;
    border: dashed 2px #FBA1B7;
    border-radius: 3px;
    transition: .4s;
    width: 48%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.btn01:hover {
	border: dotted 2px #FBA1B7;
  color: #FFF;
  background: #FDCEDF;
}

.tuyomiPDF .btn01 {
    display: inline-block;
    padding: 1em 1em;
    text-decoration: none;
    color: #FBA1B7;
    border: dashed 2px #FBA1B7;
    border-radius: 3px;
    transition: .4s;
    width: 48%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
}

.tuyomiPDF .btn01:hover {
	border: dotted 2px #FBA1B7;
  color: #FFF;
  background: #FDCEDF;
}


div#buslineup01 {
    margin: 70px auto 30px;
}

#buslineup01 h1 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
  font-size: 35px;
  border-bottom: solid 2px black;
}

#buslineup01 h1:before {
  font-family: "Font Awesome 5 Free";
  content: "\f207";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #FBA1B7; /*アイコン色*/
}

#buslineup02 h1 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
  font-size: 35px;
  border-bottom: solid 2px black;
  margin-bottom: 60px;
}

#buslineup02 h1:before {
  font-family: "Font Awesome 5 Free";
  content: "\f207";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #FBA1B7; /*アイコン色*/
}

#buslineup01 .title{
  color: black;
  text-shadow: 0 0 5px white;
  padding: 1em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #F9F5F6, #F9F5F6 3px,#F8E8EE 3px, #F8E8EE 7px);
  background: repeating-linear-gradient(-45deg, #F9F5F6, #F9F5F6 3px,#F8E8EE 3px, #F8E8EE 7px);
	border-bottom: 3px solid #F2BED1;
	margin: 40px auto;
	font-size: 22px;
    font-weight: bold;
	
}

#buslineup02 .title{
  color: black;
  text-shadow: 0 0 5px white;
  padding: 1em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #F9F5F6, #F9F5F6 3px,#F8E8EE 3px, #F8E8EE 7px);
  background: repeating-linear-gradient(-45deg, #F9F5F6, #F9F5F6 3px,#F8E8EE 3px, #F8E8EE 7px);
	border-bottom: 3px solid #F2BED1;
	margin: 40px auto;
	font-size: 22px;
    font-weight: bold;
	
}

.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #F9F5F6;
  padding: 1em;
	    font-size: 18px;
}
.table_design01 th {
  background-color: #F2BED1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}


p.maintitle {
    background: #1F4172;
    color: #fff;
    padding: 0.8rem;
    font-size: 20px;
    font-weight: bold;
}

.catalogbox01 {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
}

p.sabtitle {
    width: 50%;
}

.catalogbox02 {
    width: 48%;
    margin-top: 10px;
}

.catalogbox02 a.btn01 {
    margin-top: 20px;
    width: 100%;
}

#Page-busservice .box{
	display: block;
    background: none;
    margin: 30px 0;
    padding: 0;
    width: calc((100% - 8%) / 3);
	text-align: center;
	font-size: 18px;
}

.Facility {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

div#log {
    margin: 0;
}

#log p.title {
    border-bottom: solid 3px #1F4172;
    background: none;
    /* display: block; */
    color: #1F4172;
    padding: 0.5em 0.5em;
    font-size: 22px;
}

#log .Facility:after {
    content: "";
    display: block;
    width: calc((100% - 8%) / 3);
    height: 0;
}

section#buslineup02{
	background: #fff
}

#Page-busservice .header-logo {
    display: flex;
    flex-direction: row;
    align-content: center;
    padding: 0;
    justify-content: space-between;
    width: 100%;
}


#Page-busservice ul.anzenlink {
    text-align: center;
    margin: 0 0 20px 0;
}

#Page-busservice ul li .btn-stitch {
    text-align: center;
    float: left;
    border: 1px solid #e6e6e6;
    background: white;
}

.Qa-Box {
  width: 100%;
  margin: 0 auto;
}

.Qa-Box .Qa {
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa:last-of-type {
  border-bottom: none;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699b7;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #d65556;
  width: 2em;
  height: 2em;
}

section.question {
    padding-bottom: 140px;
}

#tuyomi01 h1 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
  font-size: 30px;
  border-bottom: solid 2px black;
	margin-bottom: 20px;
}

#tuyomi01 h1:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #FBA1B7; /*アイコン色*/
}

.tuyomiPDF {
    margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
	
	li.list {
    width: calc((100% - 8%) / 2);
}
	
	.catalogbox01 {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    flex-direction: column;
}
	
	p.sabtitle {
    width: 100%;
}
	
	.catalogbox02 {
    width: 100%;
    margin-top: 10px;
}
	
	.Facility {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
	
	#Page-busservice .box {
    display: block;
    background: none;
    margin: 30px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
	
	#Page-busservice ul.anzenlink {
    display: none;
}
	
	.table_design01 th {
    background-color: #F2BED1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 25%;
    min-width: 4em;
}
	
	.tuyomiPDF .btn01 {
    display: inline-block;
    padding: 1em 1em;
    text-decoration: none;
    color: #FBA1B7;
    border: dashed 2px #FBA1B7;
    border-radius: 3px;
    transition: .4s;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
}
	
}

@media(max-width: 767.98px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: .7em;
  }
	
	.flow_design01 dd {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
}
	
	li.list {
    width: calc((100% - 10%) / 2);
}
	
	.catalog {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    flex-direction: column;
}
	
	.btn01 {
    display: inline-block;
    padding: 1em 1em;
    text-decoration: none;
    color: #FBA1B7;
    border: dashed 2px #FBA1B7;
    border-radius: 3px;
    transition: .4s;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
}
	
	.tuyomiPDF .btn01 {
    display: inline-block;
    padding: 1em 1em;
    text-decoration: none;
    color: #FBA1B7;
    border: dashed 2px #FBA1B7;
    border-radius: 3px;
    transition: .4s;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
}
	
	.catalogbox01 {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    flex-direction: column;
}
	
	p.sabtitle {
    width: 100%;
}
	
	.catalogbox02 {
    width: 100%;
    margin-top: 10px;
}
	
	.Facility {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
	
	#Page-busservice .box {
    display: block;
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
	#Page-busservice ul.anzenlink {
    display: none;
}
	
	.table_design01 th {
    background-color: #F2BED1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 35%;
    min-width: 4em;
}
	
	.catalogbox {
    margin: 60px auto;
}
	
	.choice-btn{
		display: none;
	}
	
	.container.ryokanslider {
    margin-bottom: 50px;
}
	
}




/*-------------------------------------------------------

会社概要ページ

-------------------------------------------------------*/

.mainbox {
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    width: 100%;
}

#message .sabbox {
    width: 67%;
}

.ssabbox{
	width: 30%;
}

p.large {
    font-size: 280%;
    line-height: 4rem;
}

p.medium {
    font-size: 20px;
    line-height: 2.5rem;
}

p.name{
	font-size: 23px;
	text-align: end;
	margin-bottom: 0;
    margin-top: 34px;
}

#overview{
	background: #fff;
	padding-bottom: 0;
}



.table_design03{
  border-collapse: collapse;
  width: 100%;
	margin: 50px auto 0;
}
.table_design03 th, .table_design03 td {
  border: 2px solid #fff;
  background-color: #F9F5F6;
  padding: 1em;
}
.table_design03 th {
  background-color: #FBA1B7;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

#sec-access{
	background: #fff;
	padding-top: 1px;
}

#sec-access .accessBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
}

#sec-access .accessBox .inner-text {
	width: 47%;
}

#sec-access .accessBox .inner-img {
	width: 47%;
	flex-direction: column;
}

#sec-access .accessBox .inner-text img {
	width: 100%;
}
#sec-access .accessBox address a {
	pointer-events: none;
}
.Google-map {
    position: relative;
    width: 100%;
/*	max-width: 700px;*/
    height: 0;
    padding-top: 66.6%;/*比率をお好みで*/
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	-webkit-appearance:none;
}




@media(max-width: 767.98px) {
	
	#sec-access .accessBox {
		flex-direction: column;
	}
	#sec-access .accessBox .inner-text {
		width: 100%;
		margin-bottom: 20px;
		order: 1;
	}
	#sec-access .accessBox .inner-img {
		width: 100%;
		order: 2;
	}
	
	
	.mainbox {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    width: 100%;
    flex-direction: column-reverse;
}
	
	.ssabbox {
    width: 100%;
    padding-top: 30px;
}
	#message .sabbox {
    width: 100%;
}
	
	p.large {
    font-size: 138%;
    line-height: 2rem;
    font-weight: bold;
}
	
	p.medium {
    font-size: 17px;
    line-height: 2.0rem;
}
	
	p.name {
    font-size: 21px;
    text-align: end;
    margin-bottom: 0;
    margin-top: 20px;
}
	
	.table_design03 th {
    background-color: #FBA1B7;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 30%;
    min-width: 4em;
}

}




/*---------------------------------------------*/

/* contact.html

============================================== */
.form-contact-Tel {
	border-radius: 10px;
	border: 2px solid #ffaf58;
	padding: 15px;
	text-align: center;
	display: block;
	margin: 15px 0;
}

.form-contact-Tel a {
	font-size: clamp(2.0rem, 3.0rem, 40px);
	color: orange;
	font-weight: bold;
}

.form-contact-Tel a img {
	width: clamp(2.0rem, 3.0rem, 40px);
	margin-right: 10px;
	align-self: center;
}

.btn-flat-border {
  padding: 1em 4em;
    text-decoration: none;
    color: #FF90BC;
    border: solid 2px #FF90BC;
    border-radius: 3px;
    transition: .4s;
    font-size: large;
    font-weight: bold;
    background: white;
}

.btn-flat-border:hover {
  background: #FF90BC;
  color: white;
}


@media screen and (max-width: 767.98px) {
	.form-contact-Tel a {
		pointer-events: none;
	}
	
	#contact .midashi-18{
		font-size: 16px;
	}
	
	.form-contact-Tel a img {
    width: clamp(2.0rem, 3.0rem, 40px);
    margin-right: 10px;
    align-self: center;
}
	
	
}

.hissu {
	color: #fff; 
	background-color: orange;
	padding: .25em .5em;
	font-size: 70%;
	border-radius: 5px;
	margin: 0 0.5em 0 0;
}
form {
	margin-top: 50px;
}
#form-table {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
}
.formFrame {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	background-color: #F8E8EE;
	border: none;
	border-left: 0.5px solid #aaa;
	border-right: 0.5px solid #aaa;
	border-top: 0.5px solid #aaa;
}

.formFrame .form-naiyou {
	width: 70%;
	padding: 10px 10px;
	background-color: #ffffff;
	border: none;
}
.formFrame .form-naiyou label {
	font-size: 18px;
}
.formFrame .form-naiyou input{
	font-size: 18px;
}
.formFrame .form-naiyou textarea {
	width: 100%;
	font-size: 18px;
}
.formFrame .form-koumoku {
	width: 30%;
    font-size: 16px;
    padding: 10px 10px;
    font-weight: bold;
    color: #393E46;
}
.formFrame:last-child {
	border-bottom: 0.5px solid #aaa;
}
/* smart-phone */
@media screen and (max-width:767.98px) {
	.formFrame .form-naiyou {
		width: 100%;
		padding: 10px 10px;
		border-top: none;
		border-bottom: none;
	}
	.formFrame .form-koumoku {
		width: 100%;
		padding: 10px 10px;
		border-bottom: none;
	}
	.formFrame .form-naiyou label {
		font-size: 16px;
	}
	.formFrame .form-naiyou input{
		font-size: 16px;
	}
}

/* tablet */
@media screen and (min-width:768px) and (max-width:1199.98px) {
	.formFrame {
		border-left: 0.5px solid #aaa;
		border-right: 0.5px solid #aaa;
		border-top: 0.5px solid #aaa;
	}
	.formFrame .form-naiyou {
		width: 70%;
		padding: 10px 10px;
		border: none;
	}
	.formFrame .form-koumoku {
		width: 30%;
		padding: 10px 10px;
		border: none;
	}
	
}	




/*---------------------------------------------*/

/* recruit.html

============================================== */

#Page-recruit {
	background: white;
}

#Page-recruit .header-logo {
    width: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 0;
    margin-top: 15px;
}

#Page-recruit .nav-item:nth-child(4n) {
    border-left: 1px solid #ffffff;
    border-right:1px solid #ffffff;
}


section#messages {
    padding: 0;
}

#Page-requirements section {
    padding: 80px 10px;
}

div.slide-show {
	width: 100%; /* スライドショーの幅 */
	max-width: 100%; /* スマホで表示が欠けないように */
	position: relative;
	margin-bottom: 70px;
}

.slide-show img {
	animation: show 16s infinite; /* 20秒のスライドショーを繰り返し */
	max-width: 100%;
	height: auto;
	opacity: 0;
	position: absolute; /* 画像を重ねて表示 */
	left: 0;
	top: 0;
}

@keyframes show {
0% {opacity: 0}
17% {opacity: 1}
33% {opacity: 1}
50% {opacity: 0}
}

.slide-show img:nth-of-type(1) {
position: relative;
}

.slide-show img:nth-of-type(2) {
animation-delay: 0s;
}

.slide-show img:nth-of-type(3) {
animation-delay: 4s;
}

.slide-show img:nth-of-type(4) {
animation-delay: 8s;
}

.slide-show img:nth-of-type(5) {
animation-delay: 12s;
}


#messages h3 {
	font-weight: bold;
	margin-top: 30px;
}

#messages h3:after{
	display: none;
}

#messages h4 {
    text-align: end;
    font-weight: bold;
}

#messages .recruit-message p {
    line-height: 2rem;
}

.Employeeinterview {
    margin: 30px auto;
}

p.interviewtext {
    line-height: 2rem;
}


#interview h3 {
	font-weight: bold;
	margin-top: 30px;
}

#interview h3:after{
	display: none;
}

#interview h4 {
    text-align: end;
    font-weight: bold;
}

#interview p {
    line-height: 2rem;
}


section#interview {
    padding: 70px 10px;
}

section#oneday {
    background: #F9F5F6;
	background-image: url(../img/photo04.jpg);
	background-size: cover;
	padding: 70px 10px 150px;
}

.schedule {
    position: relative;
    font-size: 14px;
	margin-top: 50px;
	background: rgb(247, 247, 247,0.8);
    padding: 30px;
}
.schedule::before {
	position: absolute;
    top: 0px;
    left: 15.2em;
    width: 6px;
    height: 98%;
    background-color: #FDCEDF;
    content: "";
    margin: 10px 0;
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.schedule li + li {
    margin-top: 2em;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 10em;
    height: 2em;
    border-radius: 6px;
    background-color: #FF90BC;
    color: #fff;
    text-align: center;
    font-size: large;
}
.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #FF90BC;
    content: "";
}
.schedule_time::after {
  	position: absolute;
    top: 50%;
    left: 9.8em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #FF90BC;
    content: "";
}

.schedule_content_title {
    font-weight: bold;
	font-size: large;
}

.schedule_content {
    margin: 0px 0px 0px 3em;
    width: calc(100% - 10em);
}

.schedule_content_detail {
    font-size: medium;
    margin-top: 5px;
}





@media screen and (max-width: 767.98px) {
.schedule_time::after {
        position: absolute;
        top: 50%;
        left: 3.0em;
        transform: translateY(-50%);
        width: 1em;
        height: 1em;
        border: 2px solid #fff;
        border-radius: 50%;
        background-color: #FF90BC;
        content: "";
    }
	
	.schedule::before {
    	position: absolute;
        top: 0px;
        left: 5.8em;
        width: 6px;
        height: 99%;
        background-color: #FF90BC;
        content: "";
}
	
	.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    background-color: #FF90BC;
    color: #fff;
    text-align: center;
    font-size: large;
}
	
	.schedule_content {
    margin: 0px 0px 0px 2em;
    width: calc(100% - -7em);
}
	
	#requirements tr {
    display: flex;
    flex-direction: column;
}

}



/*---------------------------------------------*/

/* unkokanri.html

============================================== */

#Page-unkokanri section {
    padding: 80px 10px;
}

#Page-unkokanri .Rtmessage {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#Page-unkokanri p.Rtmessage-image {
    width: calc((100% - 5%) / 3);
    margin-bottom: 0;
}

#Page-unkokanri .unkogyoumu {
    padding: 2rem;
    background: rgb(255, 209, 218, 0.5);
    margin-bottom: 50px;
}

#Page-unkokanri .unkogyoumu p {
    margin: 0;
    background: white;
    padding: 1rem 1.5rem;
    opacity: 0.8;
}

#unko-tuyomi {
    background-color: white;
    text-align: center;
}

.box-design15 {
  margin: 20px auto;
}
.box-design15-ttl {
  background-color: #FF90BC;
  color: #fff;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.box-design15-txt {
  padding: 10px 20px;
  border: 2px solid #FF90BC;
}

#unko-tuyomi h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
    border-bottom: none;
}
#unko-tuyomi h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


#unko-tuyomi #messages {
    padding: 40px 0;
}

@media screen and (max-width: 767.98px) {
    #Page-unkokanri section {
    padding: 40px 0;
}
    
    #Page-unkokanri .unkogyoumu {
    padding: 1rem;
}
    
    #Page-unkokanri #unko-tuyomi .Rtmessage {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
    
    #Page-unkokanri #unko-tuyomi p.Rtmessage-image {
    width: 100%;
    margin-bottom: 20px;
}
    
    #Page-unkokanri .Rtmessage {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
    
    #Page-unkokanri p.Rtmessage-image {
    width: 100%;
    margin-bottom: 1rem;
}
}


/*---------------------------------------------*/

/* requirements.html

============================================== */



.table_design02 {
  border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
}
.table_design02 tr {
  background-color: #F8E8EE;
}
.table_design02 tr:nth-child(odd) {
  background-color: #fff;
}
.table_design02 th, .table_design02 td {
  padding: 1em;
}
.table_design02 th {
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}


#entryform {
	background: white;
	background-image: url("../images/photo001.jpg");
	background-size: cover;
}


#Page-requirements{
	background: white;
}

#Page-requirements .header-logo {
    width: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 0;
    margin-top: 15px;
}

#requirements{
	background: #F9F5F6;
}

@media screen and (max-width: 767.98px) {
	.table_design02 th {
  font-weight: bold;
  text-align: left;
  width: 100%;
  min-width: 4em;
}
	
	#Page-requirements .header-logo {
    width: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 0;
    margin-top: 0;
}
	
	#Page-recruit .header-logo {
    width: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 0;
    margin-top: 0;
}
	
	#Page-requirements .header-logo img {
        width: 315px;
    }
	
	#Page-recruit .header-logo img {
        width: 315px;
    }
	
	.schedule {
    position: relative;
    font-size: 14px;
    margin-top: 50px;
    background: rgb(247, 247, 247, 0.8);
    padding: 20px;
}
}


/*==============================================
index.html スライダー
============================================== */


div.slide-show {
	width: 100%; /* スライドショーの幅 */
	max-width: 100%; /* スマホで表示が欠けないように */
	position: relative;
	margin-bottom: 70px;
}

.slide-show img {
	animation: show 49s infinite; /* 20秒のスライドショーを繰り返し */
	max-width: 100%;
	height: auto;
	opacity: 0;
	position: absolute; /* 画像を重ねて表示 */
	left: 0;
	top: 0;
	width: 100vw;
}

@keyframes show {
0% {opacity: 0}
17% {opacity: 1}
33% {opacity: 1}
50% {opacity: 0}
}

.slide-show img:nth-of-type(1) {
position: relative;
}

.slide-show img:nth-of-type(2) {
animation-delay: 0s;
}

.slide-show img:nth-of-type(3) {
animation-delay: 7s;
}

.slide-show img:nth-of-type(4) {
animation-delay: 14s;
}

.slide-show img:nth-of-type(5) {
animation-delay: 21s;
}

.slide-show img:nth-of-type(6) {
animation-delay: 28s;
}
.slide-show img:nth-of-type(7) {
animation-delay: 35s;
}

@media screen and (max-width: 767.98px) {
	div.slide-show {
		width: 100%;
		max-width: 100%;
		position: relative;
		margin-bottom: 15px;
	}
}
