@charset "UTF-8";
/* 各ページ共通の設定 */

/*==============*/
/* 全ページ共通部分 */
/*==============*/

#use-header {
	position: relative;
	overflow: hidden;
	margin-top: 1em !important;
}
@media (min-width: 576px) {
#use-header {
}
}
@media (min-width: 768px) {
#use-header {
	margin-top: 0em !important;
}
}
@media (min-width: 992px) {
#use-header {
}
}
@media (min-width: 1200px) {
#use-header {
}
}
#use-header .jumbotron-fluid {
	position: relative;
}
#use-header .jumbotron-fluid::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: rgba(0,0,0,0.3);
}
#use-header .use-title {
	position: absolute;
	top: 50%;
	left: 0%;
	color: #FFFFFF;
	z-index: 20;
	width: 100%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	text-align: center;
	
}
#use-header .use-title h2 {
	font-size: 2.5em;
	margin-bottom: -0.3em;
	    font-family: 'Merriweather', serif;

    font-family: 'Source Sans Pro', sans-serif;
}
#use-body {
	padding-top: 40px;
	padding-bottom: 40px;
	
}
@media (min-width: 576px) {
#use-body {
}
}
@media (min-width: 768px) {
#use-body {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 992px) {
#use-body {
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
#use-body {
}
}

a.use-service-bnt {
	border: 1px solid rgba(147,147,147,1.00);
	background-color: rgba(234,234,234,1.00);
	display: block;
	height: 100%;
	color: rgba(51,51,51,1.00);
}
a.use-service-bnt:hover {
	border: 1px solid rgba(156,0,2,1.00);
	text-decoration: none;
}
a.use-service-bnt span {
	
	padding: 0.3em;
	font-size: 1.2em;
	text-align: center;
	display: block;
}

.line-left,.line-right {
	position: relative;
}
@media (min-width: 768px) {
.line-left::before {
	content: '';
	height: 50%;
	width: 1px;
	background-color: rgba(29,32,128,1.00);
	position: absolute;
	top: -20px;
	left: -85%;
	-webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.line-right::before {
	content: '';
	height: 50%;
	width: 1px;
	background-color: rgba(29,32,128,1.00);
	position: absolute;
	bottom: -20px;
	right: -85%;
	-webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}}
.circle-point {
	position: relative;
}
@media (min-width: 768px) {
.circle-point::before {
	content: '';
	position: absolute;
	border: 1px solid rgba(29,32,128,1.00);
	width: 50px;
	border-radius: 50%;
	height: 50px;
	top: 50%;
	left: 50%;
	background-color: rgba(224,232,236,1.00);
	z-index: 20;
	display: block;
	-webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.circle-point::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 50%;
	left: 50%;
	background-color: rgba(29,32,128,1.00);
	z-index: 15;
	display: block;
}
.circle-point:last-child::after {
	content: '';
	display: none;
}}
#use-bottom {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #E0E8EC;
}
@media (min-width: 576px) {
#use-bottom {
}
}
@media (min-width: 768px) {
#use-bottom {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 992px) {
#use-bottom {
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
#use-bottom {
}
}

#use-foot {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 576px) {
#use-foot {
}
}
@media (min-width: 768px) {
#use-foot {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 992px) {
#use-foot {
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
#use-foot {
}
}
.use-title h3 {
	padding: 0 !important;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -0em;
	color: rgba(29,32,128,1.00);
	font-size: 8vw;
	font-family: 'Merriweather', serif;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 100% !important;
}

@media (min-width: 768px) {
.use-title h3 {
	font-size: 2.5em;
}
}
.circle {
	max-width: 100%;/* 円のサイズ（高さにもなる） */
	border-radius: 100%;
	padding: 16px;
	background-color: #1D2080;
	/* 以下のFlexboxで文字を中央寄せ */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 7.5vw;
	line-height: 140%;
	color: rgba(255,255,255,1.00);
}
@media (min-width: 768px) {
.circle {
	font-size: 1.6em;
}
}
@media (min-width: 992px) {
.circle {
	font-size: 1em;
}
}
@media (min-width: 1200px) {
.circle {
	font-size: 1.2em;
}
}
.circle::before {/* 擬似要素で正円を作る */
  display: block;
  content: '';
  padding-top: 100%;
}
.circle span {
	display: block;
}
h4.use-title {
	background-color: rgba(29,32,128,1.00);
	color: rgba(255,255,255,1.00);
	padding-top: 0.3em;
	padding-right: 0.6em;
	padding-left: 0.6em;
	padding-bottom: 0.3em;
	font-weight: bold;
	font-size: 1.2em;
}

#company-hed {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 576px) {
#company-hed {
}
}
@media (min-width: 768px) {
#company-hed {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 992px) {
#company-hed {
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
#company-hed {
}
}

#greeting {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #E0E8EC;
}
@media (min-width: 576px) {
#greeting {
}
}
@media (min-width: 768px) {
#greeting {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 992px) {
#greeting{
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
#greeting {
}
}

#overview {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 576px) {
#overview {
}
}
@media (min-width: 768px) {
#overview {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 992px) {
#overview{
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
#overview {
}
}



#access {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #E0E8EC;
}
@media (min-width: 576px) {
#access {
}
}
@media (min-width: 768px) {
#access {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 992px) {
#access{
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
#access {
}
}

#form {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 576px) {
#form {
}
}
@media (min-width: 768px) {
#form {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 992px) {
#form{
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
#form {
}
}

#policy {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #E0E8EC;
}
@media (min-width: 576px) {
#policy {
}
}
@media (min-width: 768px) {
#policy {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 992px) {
#policy{
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
#policy {
}
}
@media (max-width: 767px) {
#policy h4 {
	font-size: 1.2em;
}}

/*==============*/
/* トップページ */
/*==============*/

#home #section-header {
	position: relative;
	margin-top: 1em;
}
@media (min-width: 576px) {
#home #section-header {
}
}
@media (min-width: 768px) {
#home #section-header {
	margin-top: 0.5em;
}
}
@media (min-width: 992px) {
#home #section-header {
	margin-top: 0em;
}
}
}
@media (min-width: 1200px) {
#home #section-header {
}
}
#home #section-header h2 {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 10;
	background: rgb(29,32,128);
	padding-top: 0.2em;
	padding-right: 3em;
	padding-left: 1em;
	padding-bottom: 0.2em;
	background: linear-gradient(90deg, rgba(29,32,128,0.7) 80%,  transparent 100%);
	font-size: 5.5vw;
	color: rgba(255,255,255,1.00);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	
}
@media (min-width: 768px) {
#home #section-header h2 {
	
	font-size: 2em;
	
}
}
#home #introduction {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 576px) {
#home #introduction {
}
}
@media (min-width: 768px) {
#home #introduction {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 992px) {
#home #introduction {
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
#home #introduction {
}
}

#home #service {
	padding-top: 40px;
	padding-bottom: 0px;
	background-color: #E0E8EC;
}
@media (min-width: 576px) {
#home #service {
}
}
@media (min-width: 768px) {
#home #service {
	padding-top: 60px;
}
	
}
@media (min-width: 992px) {
#home #service {
	padding-top: 100px;
}
}
@media (min-width: 1200px) {
#home #service {
}
}
#home #service h3 {
	padding: 0 !important;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -0.2em;
	color: rgba(29,32,128,1.00);
	font-size: 2.5em;
}

a.service-bnt{
	position: relative;
	width: 100%;
	background-color: rgba(29,32,128,1.00);
	display: block;
	font-size: 1.5em;
	color: rgba(255,255,255,1.00);
	background-image: url(../../../../../../../../20250315035922im_/http_/ito-toyo.com/ito-wp/wp-content/themes/done/images/top_bg01.html);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	font-weight: bold;
}
a.service-bnt:hover{
	background-color: rgba(29,32,128,0.7);
	color: rgba(255,255,255,1.00);
	transform: scale(1.05);
}
a.service-bnt:before{
  content: "";
  display: block;
  padding-top: 28%;
}
a.service-bnt span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	line-height: 120%;
}


a.btn-flat {
	overflow: hidden;
	padding: 0.5em;
	color: #E05006;
	border-radius: 50em;
	background: #fff;
	border: 1px solid #E05006;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
}
a.btn-flat:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.btn-flat:before {
	content: '';
	width: 5em;
	height: 5em;
	position: absolute;
	top: 50%;
	left: -5em;
	border-radius: 50%;
	background-color: #E05006;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	z-index: -1;
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

a.btn-flat:hover:before {
  width: 150%;
  height: 400px;
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;

}


#home #contact {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 576px) {
#home #contact {
}
}
@media (min-width: 768px) {
#home #contact {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 992px) {
#home #contact {
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
#home #contact {
}
}
.facebook-wrapper {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
}
 
.facebook-wrapper > .fb-page {
    width: 100%;
}
 
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
.contact-bnt {
}
.contact-bnt a {
	border: 1px solid #1D2080;
	width: 100%;
	color: #FFFFFF;
}
.contact-bnt a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.contact-bnt .d-table-cell {
}
.contact-bnt .d-table-cell:nth-child(1) {
	width: 25%;
	padding: 1.5em;
	vertical-align: middle;
}

.contact-bnt .d-table-cell:nth-child(2) {
	background-color: #1D2080;
	text-align: center;
	vertical-align: middle;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.contact-bnt svg {
}


@media (max-width: 991px) {
.contact-bnt .h4 {
	font-size: 1.2em !important;
}
.contact-bnt .h1 {
	font-size: 1.8em !important;
}
}
@media (max-width: 575px) {
.contact-bnt .d-table-cell.h4 {
	font-size: 1.1em !important;
}
}
#home #section-footer {
}
@media (min-width: 576px) {
#home #section-footer {
}
}
@media (min-width: 768px) {
#home #section-footer {
}
}
@media (min-width: 992px) {
#home #section-footer {
}
}
@media (min-width: 1200px) {
#home #section-footer {
}
}

/* 新着情報 */
.top-news {
	margin-top: 0em;
	padding: 0em;
}
.top-news dl {
	padding: 0.5em 0;
	border-bottom: 1px dotted #ccc;
}
.top-news dt {
	padding-bottom: 0;
	font-weight: normal;
}
.top-news em {
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
}
@media screen and (min-width: 992px) {
.top-news dl {
	display: table;
}
.top-news dt {
	padding-bottom: 0;
	width: 6em;
	font-weight: normal;
	display: table-cell;
}
.top-news dd {
	margin-left: 0.5em;
	display: table-cell;
}
}



/*========*/
/* お問い合わせ */
/*========*/

#mailform {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 30px;
}
@media (min-width: 768px) {
#mailform {
	padding-top: 0px;
}}
.mailcont {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#mailform dl input,#mailform dl textarea{
	border:0;
	color:#000000;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
}
#mailform dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	padding: 0px;
	display: table;
	margin: 0px;
	width: 100%;
	position: relative;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#mailform dl dt {
	background-color: #E5E5E5;
	margin: 0px;
	display: block;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#mailform dl dd{
	margin: 0px;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
#mailform dl dt {
	padding: 20px;
	width: 300px;
	display: table-cell;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
#mailform dl dd{
	display: table-cell;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}}

#mailform  label {
	font-weight: normal;
}
#mailform  label em {
	font-style: normal;
	font-weight: normal;
}
#mailform .size-s {
	width: 25%;
}
#mailform .size-m {
	width: 99%;
}
#mailform .contactfoot {

	margin-top: 20px;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
#mailform .size-m {
	width: 50%;
}
#mailform .contactfoot {

	margin-top: 50px;
	margin-bottom: 20px;
}
}
#mailform .size-l {
	width: 100%;
}
#mailform .addresssearch {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000000;
	text-align: center;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#mailform .addresssearch:hover {
	background-color: #CCFFFF;
	text-decoration: none;
}
#formbutton {
	text-align: center;
	padding-top: 15px;
}
#formbutton .submit-button input {
	font-size: 120%;
	background-color: #FF7519;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-left: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../../../../../../../../20250315035922im_/http_/ito-toyo.com/ito-wp/wp-content/themes/done/images/contact_ic01.html);
	border: 1px solid #FFF;
}
#formbutton .submit-button input:hover {
	background-color: #999999;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
#formbutton .back-button input {
	font-size: 120%;
	background-color: #536394;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-left: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../../../../../../../../20250315035922im_/http_/ito-toyo.com/ito-wp/wp-content/themes/done/images/contact_ic02.html);
	border: 1px solid #FFF;
}
#formbutton .back-button input:hover {
	background-color: #999999;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

#mailform dl.col1 textarea,#reservation #mailform dl textarea {

}
#mailform h4 {
	font-weight: bold;
	margin-top: 30px;
	font-size: 120%;
}
#mailform .priv_info {
	border: 1px solid #CCCCCC;
	padding: 10px;
	height: 140px;
	overflow: scroll;
	margin-bottom: 15px;
	font-size: 80%;
	overflow-x:hidden;
	background-color: #FFFFFF;
}
#mailform .priv_info h6 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
#mailform select {
	font-size: 1.1em;
}#mailform h3 {
	float: none;
	margin-bottom: 30px;
}
.ajax-loader {
	display: none !important;
}
select.select-form {
	border: 1px solid #CCC;
	font-size: .3em;
}

/*==============*/
/* ニュース */
/*==============*/

.post {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.post .posthed {
	font-size: 86%;
	padding-bottom: 10px;
	display: block;
	position: relative;
}
.post .posthed em {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-style: normal;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 100%;
	background-color: #666666;
}
.post h3 {
	font-size: 140%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #754C24;	
}
.post h3 a {
	color: #000;
}
.post img {
	height: auto;
	width: 100%;
}
.post h3:first-letter {
}
.sidenav {
	margin-bottom: 30px;	
}
.sidenav h3 {
	font-size: 100%;
	color: #FFFFFF;
	margin-bottom: 10px;
	background-color: #C1976D;
	padding: 0.5em;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sidenav ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidenav ul li a {
}
.postnav {
	margin-bottom: 50px;
}

.instagram {
	overflow: hidden;
}
@media (max-width: 767px) {
.instagram-inner {
	overflow-x: scroll;
}
.instagram-inner iframe {
	width: 200vw !important;
}}
/*==============*/
/* その他アイテム */
/*==============*/
/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
		height: 500px;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
	width: 100%;
	height: 100%;
	}
}
/*
     FILE ARCHIVED ON 03:59:22 Mar 15, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:50:08 May 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.705
  load_resource: 68.119
  PetaboxLoader3.resolve: 32.184
  PetaboxLoader3.datanode: 18.155
*/