<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* ================================================
　カテゴリ共通
================================================ */
.g_nav {
	display: none;
}
.h_search {
	display: none;
}
/* TB以上 */
@media screen and (min-width:768px) {
.wifi {
	position: absolute;
	right: 170px;
	top: 2px;
	width: 41px;
	height: 24px;
	overflow: hidden;
}
.taxfree {
	position: absolute;
	right: 30px;
	top: 2px;
	width: 130px;
	height: 24px;
	overflow: hidden;
}
}
/* コーナーコピー
--------------------------------------------------------- */
/* SP版 */
@media screen and (max-width:767px) {
.copy {
	text-align: left;
}
}


/* ================================================
　ページの見出し部分
================================================ */

/* SP以下 */
@media screen and (max-width:767px) {
.headline {
	background: url(images/img_01.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	margin-top: -80px;
}
.headline h2 {
	margin-top: 5em;
	font-size: 18px;
	line-height: 1.2;
	font-family: "ryo-gothic-plusn",sans-serif;
}
.headline h2 span {
	display: block;
	font-size: 24px;
}
}

/* TB以上 */
@media screen and (min-width:768px) {
.headline {
	background: url(images/img_01.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	margin-top: -80px;
	margin-bottom: 7em;
}
.headline h2 {
	margin-top: 5em;
	font-size: 20px;
	line-height: 1.2;
	font-family: "ryo-gothic-plusn",sans-serif;
}
.headline h2 span {
	display: block;
	font-size: 60px;
}
}



/* ================================================
　岩手県について
================================================ */
.iwate {
	background: #f0f6fc url(images/map.png) no-repeat left top;
	background-size: 50% auto;
}
.iwate .title, .access .title {
	margin-top: -150px;
}
.iwate_photo {
	width: 50%;
	margin-left: 50%;
}
.iwate_photo img {
	width: 100%;
}


/* SP以上 */
@media screen and (max-width:767px) {
.iwate {
}
}


/* TB以上 */
@media screen and (min-width:768px) {
.iwate {
}
}


/* ================================================
　その他
================================================ */


.about .aaa {
	width: 100%;	
}
.interpreter .aaa {
	width: 100%;	
}
.interpreter &gt; .aaa {
	width: 60%;	
}

/* TB以上 */
@media screen and (min-width:768px) {
.interpreter &gt; .aaa {
	width: 477px;	
}
}


.about iframe {
	width: 100%;
	height: 600px;
}

/* SP版 */
@media screen and (max-width:767px) {
.about iframe {
	height: 400px;
}
}



/* ================================================
　取扱品目
================================================ */

/* SP以上 */
@media screen and (max-width:767px) {
.floor .box_box {
	text-align: left;
}
.floor .box_box img {
	width: 100%;
	margin: 0 0 .5em;
}
.floor .box_box_box_2col {
	width: 96%;
	float: left;
	margin: 0 2% 1em;
	background: #fff;
	padding: 5%;
}
.floor .box_box_box_2col img {
	width: 100%;
}
.floor .box_box_box {
	width: 46%;
	float: left;
	margin: 0 2% 1em;
}
.floor .box_box_box h3 {
	margin-bottom: .2em;
	font-size: 13px;
}
.floor .box_box_box p {
	font-size: 11px;
}
.floor .box_box_box .btn_sen {
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}
}


/* TB以上 */
@media screen and (min-width:768px) {
.floor .box_box {
	text-align: left;
}
.floor .box_box img {
	width: 100%;
	margin: 0 0 .5em;
}
.floor .box_box_box_2col {
	width: 48%;
	float: left;
	margin: 0 1% 1em;
	background: #fff;
	padding: 5%;
}
.floor .box_box_box_2col img {
	width: 100%;
}
.floor .box_box_box {
	width: 23%;
	float: left;
	margin: 0 1% 1em;
}
.floor .box_box_box h3 {
	margin-bottom: .2em;
	font-size: 13px;
}
.floor .box_box_box p {
	font-size: 11px;
}
.floor .box_box_box .btn_sen {
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}
}


.body_en .f_address dl {
}
.f_address_box p {
}
.body_ro {
}



/* 2023.11.6 リニューアル*/



.box.about{
	padding-bottom: 100px;
}

.product_text{
	color: #117;
    font-weight: bolder;
    font-size: 1.2em;
	margin-top: 30px;
}



.box.access{
	background-color: #F5F5F5;
	padding: 20px 0 100px;
}

.address_box {
	text-align: left;
	color: #117;
}

.address_box dl {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-evenly;
}
.address_box dl dt {
  width: 30%;
margin-bottom: 10px;
}
.address_box dl dd {
  width: 60%;
		margin-bottom: 10px;
}

.address_box h2 {
    font-family: "ryo-gothic-plusn",sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
}

.address_box h2 span {
    font-weight: bold;
    display: block;
    font-size: 32px;
}
.access .box_box{
	display: flex;
	justify-content: space-between;
}



.address_box dl {
    font-size: 12px;
    margin-bottom: 2.5em;
}
.address_box dt {
    background: #117;
    width: 6em;
    color: #fff;
    text-align: center;
    padding: 0.2em 0.5em;
}
/*
.address_box dd {
    padding-left: 7em;
    margin: -1.9em 0 0.5em;
}
*/



.address_box h3 {
    margin-bottom: 0.4em;
    font-size: 120%;
    line-height: 1.2;
    font-weight: bold;
}
.address_box h3 span {
    padding: 0 0.8em 0 0;
    display: inline-block;
    background: #F5F5F5;
}
.address_box h3:before {
    content: "";
    display: block;
    height: 1px;
    margin: 0 0 -0.6em;
    padding: 0;
    background: #ccc;
}

div.place-card.place-card-large {
    display: none;
}

/* SP版 */
@media screen and (max-width:767px) {
.access .box_box{
	display: block;
}
	.movie iframe{
		width: 100%;
		height: auto;
	}
.movie .box_box{
	position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie .box_box  iframe{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
}</pre></body></html>