@charset "utf-8";
/* Simple fluid media*/
img, object, embed{
}
*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td,address,figure{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    line-height: 1;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*reset */
html, body {
  height:100%;
}

.center{
	text-align:center;
	margin:0 auto;
}
body{
	height:100%;
/*	overflow: hidden;*/
}
a{
    transition: all  0.3s ease;
}
.form-catalog,.form-booking{
    transition: all  0.5s ease;
	opacity: 1;
	position: relative;
}
.is-hide{
	opacity: 0;
	position: absolute;
	z-index: -10;
}


.btn_up_base {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
 }
.btn_up_base:hover {
  transform: translateY(-7px);
}
.btn_up {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
 }
.btn_up:hover {
  box-shadow: 0px 15px 20px rgba(254, 154, 139, 0.4);
  color: #fff;
  transform: translateY(-7px);
}
.cv_btn{
	padding: 20px auto;
	border: 0px solid rgba(255,255,255,1.00);
	background-image: linear-gradient(-55deg, #eda66a 0%, #ed6c00 100%);	
}



/* Mobile Layout: 480px and below. */
html { font-size:12px}

.fluidwidth{
	width: 100%;
}

.font_kalam{
	font-family: 'Kalam', cursive;
}
.font_sawarabi { font-family: "Sawarabi Mincho"; }
	
/* トップ戻るボタン隠す */
.pagetop a{
	display: none;
}
.sp480 {
	display: block;
}
.pc480 {
	display: none;
}
.sp769{
	display: block;
}
.pc769 {
	display: none;
}

.view_ok{
	display: block;
}
.view_no{
	display: none;
}




.l-header-logo__link.head_pc_link{
    border: 2px solid transparent;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 5px;
	padding:5px 10px 5px 10px;
	border-radius: 100px;
	height: auto;
}
.l-header-logo__link.head_pc_link:hover {
    border: 2px solid #fff;
}
.is-scroll .l-header-logo__link.head_pc_link:hover {
    border: 2px solid #87A4BA;
}


/* menu */
.l-nav__btn {
	color: transparent;
	font: 0/0 a;
	overflow: hidden;
	text-shadow: none;
	background-color: #87A4BA;
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	z-index: 2;
  }
  .l-nav__btn span, .l-nav__btn span::before, .l-nav__btn span::after {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 24px;
  }
  .l-nav__btn span {
    left: 50%;
    margin: -1px 0 0 -12px;
    top: 50%;
    -webkit-transition: background-color 100ms;
    transition: background-color 100ms;
  }
  .l-nav__btn span::before, .l-nav__btn span::after {
    left: 0;
    -webkit-transition: top 200ms, -webkit-transform 200ms;
    transition: top 200ms, -webkit-transform 200ms;
    transition: transform 200ms, top 200ms;
    transition: transform 200ms, top 200ms, -webkit-transform 200ms;
  }
  .l-nav__btn span::before {
    top: -8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-nav__btn span::after {
    top: 8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
/* is-nav--active */
  .is-nav--active{
    height: 100%;
/*    overflow: hidden;*/
  }
  .is-nav--active .l-nav__btn span {
    background: #87A4BA;
  }
  .is-nav--active .l-nav__btn span::before, .is-nav--active .l-nav__btn span::after {
    top: 0;
  }
  .is-nav--active .l-nav__btn span::before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .is-nav--active .l-nav__btn span::after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
/* l-nav */
.l-nav {
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    position: fixed;
    right: -100%;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    background: linear-gradient(0deg, rgba(196, 217, 235, 0), rgba(196, 217, 235, 0), rgba(196, 217, 235, 1), rgba(196, 217, 252, 1));
    background-position: 1% 100%;
    background-size: 300% 300%;
	
  }
  .is-nav--active .l-nav {
	background-position: 1% 0%;
	top:0;
    right: 0;
  }





/* l-header */
.l-header {
	background: #fff;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 55px;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	left: 0;
	min-width: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}
.l-header--transparent {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background-color 500ms;
	transition: background-color 500ms;
	background-color: transparent;
}
.is-drop-nav--active .l-header--transparent, .l-header--transparent.is-scroll {
    background:rgba(255,255,255,0.90);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}



header button {
    overflow: visible;
}
header input[type="button"], header input[type="submit"], header button {
    background: none;
    border: 0;
    cursor: pointer;
}
header input, header button, header textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
header input, header button, header select, header textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
}
.logo_image img{
	height: 18px;
	margin-right: 4px;
	margin-left: 4px;
	display: inline-block;
}
.logo_text{
	font-size: 9px;
	line-height: 1.3;
	color: #FFFFFF;
}
.is-scroll .logo_text{
	color: #000;
}

.l-header-logo__link:hover{
	text-decoration: none;
}
.l-header-logo__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    padding: 0 12px 0;
}
.l-header-logo__link:hover{
	text-decoration:none;
}
.head_pc_menu {
	display: none;
}

.nav_logo_box img {
	margin: 10px auto;
	width: 200px;
	display: block;
}



.cnt1290 {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    background-color: transparent;
}
.nav1290 {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    background-color: #c4d9eb;
}
.nav1290 img{
	margin: 0 auto;
}
.t01_title {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 40px;
}


footer {
    padding: 0px 0px 20px;
    background-color: #F7E1C1;
}
footer .cnt1290 {

}
.foot_link {
    background-color: #D1AC75;
    padding: 20px 20px 10px;
}

.foot_link a {
    display: block;
    text-align: left;
    color: #FFFFFF;
    font-weight: 900;
    padding-bottom: 10px;
}
.foot_logo img {
    margin: 0 auto;
    width: 200px;
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}
.foot_sub_link a {
    width: 50%;
    display: block;
    padding: 5px 0px;
    color: #D1AC75;
    float: left;
    text-align: left;
}
.foot_sub_link {
    border: 1px solid #D1AC75;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px 10px;
}
.foot_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
}
.copyright {
    color: #D1AC75;
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid #D1AC75;
    margin-top: 20px;
}


.foot_icon  img {
    width: 30px;
}
.foot_icon a {
    display: inline-block;
}
.cv_form_box {
    width: 50%;
    float: left;
}
.cv_form_inbox {
    margin: 10px 5px;
    border-radius: 5px;
    padding: 20px 10px 10px;
    background-color: #FFFFFF;
}
.form_title {
    border-left: 2px solid #c3ebee;
    text-align: left;
    padding-left: 5px;
    color: #515151;
    font-weight: 900;
    font-size: 1.3em;
}
.cv_form_inbox .line_btn a {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    font-size: 14px;
}
.cv_tel_lead {
    text-align: center;
    font-size: 1.3em;
    padding-top: 10px;
}
.cv_tel_lead span {
    display: block;
    font-size: 12px;
    color: #626262;
    padding-top: 10px;
}
.cv_tel_lead  a {
    background-color: #93B6D0;
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    font-weight: 900;
}
.line_btn span {
    color: #5C5C5C;
    font-size: 12px;
}
.form-group {
    padding: 20px 10px 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
}
#form-anhor .top_wp_box {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.cv_tel_line {
    margin-left: 10px;
    margin-right: 10px;
}


.radio02-input{
  display: none;
}
.radio02-input + label{
    padding: 10px;
    position: relative;
    margin: 10px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    display: block;
    text-indent: 20px;
    line-height: 20px;
    background-color: #FFFFFF;
}
.radio02-input + label.finishi_radio{
     background-color:#CBCBCB;
}
.row-name {
    text-align: center;
    font-size: 1.2em;
    font-weight: 900;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddecf7;
    border-top: 1px solid #ddecf7;
}

.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 1;
  left: 1;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
    color: #009a9a;
    background-color: #ddecf7;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}
.radio_y_box {
    padding: 10px;
    background-color: #E9F0F5;
    text-align: left;
}
.form-group .note {
    padding-top: 5px;
    text-align: left;
    color: #969696;
    font-size: 1em;
}
.cal_input {
    padding: 10px;
    border-radius: 5px;
    background-color: #ddecf7;
}


@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

.pt20{
  padding-top: 20px;
}
.inverse{
  background: #000;
  padding: 20px 0;
  color: #fff;
}
.select-wrap {
    position: relative;
    margin-bottom: 5px;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #ddd;
    color:#828c9a;
    width:100%;
    border-radius:3px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
  color:#fff;
}
.select-wrap.select-primary > select{
  background:#87A4BA;
  color:#fff;
  border-color:#87A4BA;
}
.select-wrap.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
  color:#fff;
}
.select-wrap.select-inverse > select{
  color:#fff;
  border-color: #fff;
}
.cal_box img {
    width: 25px;
    margin-left: 5px;
}
.cal_box {
    padding-bottom: 10px;
}
.short {
    padding: 10px;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    width: 100%;
}
.text_post {
    padding: 10px;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
}
.text {
    padding: 10px;
    border: 1px solid #CDCDCD;
    width: 70%;
	border-radius: 5px;
}
.text_medium {
    padding: 10px;
    border: 1px solid #CDCDCD;
    width: 100%;
	border-radius: 5px;
}
.input {
    margin-bottom: 5px;
}
.basho_left {
    width: 80%;
    float: left;
    text-align: left;
}
.basho_right {
    width: 20%;
    float: right;
}
.basho_left strong {
    display: block;
    font-size: 1.7em;
    padding-bottom: 10px;
}
.basho_left span {
    display: block;
    padding-bottom: 10px;
    line-height: 1.3;
    padding-right: 10px;
}

.select-wrap.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

#slanting01{
    width: 100%;
    height: 1600px;
    background-color: #d1ac75;
    margin: 0 auto;
    text-align: center;
    transform: skew(0deg,-80deg);
    position: absolute;
    top: 760px;
    left: 0;
    z-index: -1;
	
}
#slanting02{
	width:100%;
	height:400px;
	margin:0 auto;
	text-align:center;
	transform:skew(0deg,15deg);
	position: absolute;
	top: 890px;
	left: 0;
	z-index: 1;
	
}

.form_cv {
    margin-left: 10px;
    margin-right: 10px;
}
.line_btn a {
	color: #FFFFFF;
	font-weight: 900;
	font-size: 2em;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 10px auto;
	background-color: #00C300;
	display: block;
	border-radius: 5px;
	width: 80%;
}
.line_btn a:hover{
	-webkit-box-shadow: 0px 0px 3px #437A41;
	box-shadow: 0px 0px 3px #437A41;
}
.main_v {
    max-height: 700px;
    overflow-y: hidden;
    position: relative;
    overflow-x: hidden;
}
.main_logo_mask {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.main_logo_mask img {
    width: 100%;
    height: auto;
}
.main_title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 2;
}
.main_title_sp {
    margin: 0 auto;
    width: 320px;
}
.main_cv {
    margin: 0 auto;
    width: 280px;
    padding-top: 20px;
}

.main_cv a {
    padding: 20px;
    display: block;
    background-color: #f5d718;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 3px rgba(99,99,99,0.44);
    box-shadow: 0px 0px 3px rgba(99,99,99,0.44);
    font-weight: 900;
    font-size: 1.5em;
}
.point {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.point_bkimg   {
    width: 100%;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
}
.point_box {
    width: 100%;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 40px;
}
.point_title  {
    margin: 0 auto 20px;
    width: 200px;
}
.point_head .left {
    width: 60%;
    float: left;
}
.point_head .right {
    width: 30%;
    float: right;
    padding-top: 20px;
}
.point1 {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
    background-color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 1;
}
.point1 img {
    width: 182px;
    margin-bottom: 10px;
    text-align: center;
}
.point_sub_title {
    font-style: italic;
    font-weight: 900;
    font-size: 1.2em;
    padding-bottom: 10px;
}
.point_sub_title strong {
    color: #f5d718;
}
.point_lead {
    line-height: 2;
    text-align: left;
}
.point1_img {
    position: relative;
    margin-top: -20px;
    z-index: 0;
}
.point2_img {
    position: relative;
    margin: -40px auto 0;
    width: 60%;
    z-index: 2;
}
.point2 {
    margin: 20px;
    padding: 20px 20px 40px;
    background-color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 1;
}
.point2 img {
    margin: 0 auto 10px;
    width: 170px;
}
.point3 {
    text-align: center;
    margin: 20px;
    padding: 20px;
    background-color: #FFFFFF;
}
.point3 img {
    margin: 0 auto 10px;
    width: 130px;
}
.point_retsu .left {
    width: 50%;
    float: left;
}
.point_retsu .right {
    width: 40%;
    float: right;
    padding-top: 10px;
}
.access {
    position: relative;
    padding-bottom: 40px;
    background-color: #fafafa;
}

.access_title {
    text-align: center;
    position: relative;
    z-index: 1;
}
.access_img {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}


.access_title img {
    width: 90%;
    padding-bottom: 10px;
    padding-top: 20px;
    margin: 0 auto;
    display: block;
}
.access_lead {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #000000;
    font-weight: 900;
}
.access_google  {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
}
.access_post {
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: #f6f6f6;
    margin-left: 20px;
    margin-right: 20px;
}
.access_basho strong {
    font-size: 1.5em;
    padding-top: 40px;
    padding-bottom: 10px;
    display: block;
}
.access_tel_right {
    padding-top: 10px;
    padding-bottom: 10px;
}
.access_tel_left {
    color: #555555;
    line-height: 1.5;
    padding-bottom: 10px;
}
.access_time {
    padding-bottom: 20px;
    line-height: 1.5;
    padding-top: 10px;
    font-size: 2em;
}



.access_tel_right .sp769 a {
    background-color: #ED7007;
    padding: 20px;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 1.3em;
}
.lf {
    position: relative;
    padding-top: 250px;
    z-index: 1;
}

.lf_head {
    position: relative;
}
.lf_red {
    background-color: #e60012;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.lf_left_img {
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 2;
    width: 133px;
    height: auto;
}
.lf_right_img {
    width: 132px;
    height: auto;
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 2;
}
.lf_cnt {
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
    margin-left: 20px;
    margin-right: 20px;
}
.lf_cnt3_1img {
    width: 285px;
    height: auto;
}
.lf_cnt3_2img {
    width: 290px;
    height: auto;
}
.lf_cnt3_3img {
    width: 285px;
    height: auto;
}
.lf_cnt3_4img {
    width: 285px;
    height: auto;
}
.lf_title_lead {
    text-align: center;
    font-size: 1.5em;
    font-weight: 900;
    padding-bottom: 20px;
}
.lf_title {
    text-align: center;
    padding-bottom: 20px;
}
.lf_title img {
    width: 126px;
}

.lf_cnt1_left {
    font-weight: 900;
    line-height: 2;
    padding-bottom: 10px;
}
.lf_cnt1_right {
    text-align: center;
}
.lf_cnt1_right img {
    width: 173px;
    height: auto;
    padding-bottom: 10px;
}
.lf_cnt2_right {
    text-align: center;
}
.lf_cnt2_right img {
    width: 168px;
    height: auto;
    padding-bottom: 10px;
}
.lf_cnt_lead {
    font-weight: 900;
    line-height: 2;
    text-align: left;
    padding-bottom: 10px;
}
.lf_cnt2_left {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.lf_cnt3_box {
    text-align: center;
    padding-bottom: 30px;
}
.lf_cnt3_title {
    padding-bottom: 10px;
}
.lf_cnt3_title strong {
    font-size: 1.5em;
}
.lf_cnt3_title span {
    font-size: 0.8em;
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
.lf_cnt3_img {
    padding-bottom: 10px;
}
.lf_cnt3_cv a {
    display: block;
    background-color: #e60012;
    padding: 20px;
    color: #FFFFFF;
    margin-left: 20px;
    margin-right: 20px;
}
.lf_foot {
    position: relative;
    height: 400px;
    margin-top: -250px;
    z-index: 0;
}
.fl_left_img2 {
    width: 101px;
    position: absolute;
    top: -20px;
    left: 0px;
    z-index: 2;
}
.fl_right_img2 {
    width: 101px;
    height: auto;
    position: absolute;
    top: -20px;
    right: 0px;
    z-index: 2;
}
.lf_red_foot {
    background-color: #e60012;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 0px;
}
.lf_cnt1_left strong {
    color: #e60012;
}
.lf_cnt1 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.gallery {
    background-image: url(../../../../tohoku_md_kitanakayama/img/gallery_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    position: relative;
    z-index: 0;
    margin-top: -100px;
}
.gallery_list {
    width: 33.333%;
    float: left;
}
.gallery_list a {
    padding: 20px;
    display: block;
}
.gallery_title img  {
    width: 266px;
    display: block;
    padding-top: 40px;
    margin: 0 auto;
    padding-bottom: 20px;

}
.spirits {
    background-image: url(../../../../tohoku_md_kitanakayama/img/spirits_border.jpg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: contain;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.spirits_title {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.spirits_left .spirts_sub {
    font-style: italic;
    font-size: 2em;
    font-weight: 900;
    padding-bottom: 20px;
    text-align: left;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
}
.spirts_lead {
    line-height: 2;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.spirts_sub strong {
    color: #f5d718;
}
.spirits_rank {
    padding-top: 20px;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}
.spice {
    background-color: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
}
.spice_title_lead {
    line-height: 2;
    padding-bottom: 20px;
    font-weight: 900;
}
.spice_title_lead strong {
    color: #f5d718;
}
.spice_main {
    margin: 0 auto;
    max-width: 936px;
    width: 70%;
}
.spice_time {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 4em;
    font-weight: 900;
}
.spice_time span {
    font-size: 0.5em;
}
.spice_time strong {
    color: #f5d718;
}
.spice_list {
    width: 25%;
    float: left;
    text-align: center;
}
.spice_price {
    padding-top: 20px;
    padding-bottom: 20px;
}
.spice_label {
    display: inline-block;
    background-color: #f5d718;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
    font-weight: 900;
    margin-right: 5px;
    line-height: 2em;
}
.spice_kazu {
    display: inline-block;
    font-weight: 900;
    font-size: 6em;
    margin-right: 5px;
}
.spice_en {
    display: inline-block;
    font-weight: 900;
    margin-right: 5px;
}
.spice_ldk {
    display: inline-block;
    font-weight: 900;
    font-size: 3em;
    margin-right: 5px;
}
.spice_rei_title {
    color: #FFFFFF;
    font-weight: 900;
    background-color: #f5d718;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.spice_label2 {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px 5px;
    display: inline-block;
    margin-right: 5px;
}
.spice_rei_kazu {
    display: inline-block;
    font-weight: 900;
    font-size: 2em;
    margin-right: 5px;
}
.spice_detail_box {
    display: inline-block;
    text-align: left;
    line-height: 2;
}
.spice_rei {
    padding-bottom: 20px;
    padding-top: 0px;
}
.spice_list img {
    max-width: 240px;
    margin: 0 auto;
    height: auto;
}
.line {
    background-color: #00b900;
    position: relative;
    padding-bottom: 40px;
}
.line_flag1 {
    width: 107px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}
.line_flag2 {
    width: 107px;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
}
.line_right {
    width: 70px;
    margin: 40px auto 20px;
    position: relative;
    z-index: 2;
}
.line_title {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 798px;
}
.line_icon {
    width: 33.333%;
    float: left;
}
.line_icon_in {
    padding: 0px 5px 20px;
}
.line_icon_in img {
    margin: 0 auto;
    max-width: 100px;
    width: 50px;
    display: block;
}
.line_icon_in span {
    color: #FFFFFF;
    font-weight: 900;
    line-height: 2;
}
.line_qr a {
    display: block;
    width: 60%;
    border-radius: 100px;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #00B900;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    font-weight: 900;
}
.line_staba {
    padding: 20px 10px 40px;
    border-top: 2px solid #4dce4d;
    margin-top: 40px;
}
.line_qr img {
    margin-right: auto;
    margin-left: auto;
    max-width: 850px;
}
.contact {
    padding: 40px 20px;
}
.contact_title {
    margin: 0 auto;
    padding-bottom: 40px;
    max-width: 729px;
}
.contact_lead {
    line-height: 2;
    font-weight: 900;
}
.actions {
    padding-top: 40px;
    padding-bottom: 40px;
}

.actions a {
    padding: 20px 40px;
    color: #FFFFFF;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2em;
}
.complete_box {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 3em;
}
.spice_cv a {
    display: block;
    font-size: 1.5em;
    color: #FFFFFF;
    font-weight: 900;
    margin: 20px auto 0px;
    background-color: #E60012;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.v_box {
    position: relative;
}
.v {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100px;
}
.v img {
    width: 95%;
    margin: 0 auto;
    display: block;
}



.v_bk {
    width: 100%;
}
.title_lead {
    font-size: 1.5em;
    text-align: center;
    font-style: italic;
    font-weight: 900;
    line-height: 1.5;
    padding-bottom: 20px;
    color: #FFFFFF;
}
.title_lead span {
    color: #f8839a;
}
.title_btn {
    padding-top: 40px;
    text-align: center;
}

.title_btn a {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(45deg, #eda66a, #ed6c00);
    font-size: 2em;
    color: #FFFFFF;
    font-weight: 900;
    width: 80%;
}
.v02_box {
    position: relative;
	background: linear-gradient(180deg, #f2efe7, #e6dfd0);
}
.v02_title img {
    width: 60%;
    margin: 0 auto 10px;
    display: block;
}
.v02_box .title_lead {
    padding-top: 40px;
    padding-bottom: 20px;
}
.v02_left img {
    margin: 0 auto;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.v02_right img {
    margin: 0 auto;
    width: 80%;
    padding-top: 20px;
    display: block;
}
.v03_title img {
    margin: 0 auto;
    width: 90%;
    padding-top: 40px;
    padding-bottom: 20px;
    display: block;
}
.v03_p  {
    margin: 0 auto;
    width: 80%;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    display: block;
}
.v03_pop {
    margin: -70px auto 0;
    width: 140px;
    position: relative;
    z-index: 2;
    display: block;
}
.v03_bk {
    background-color: #f3f3f3;
    position: relative;
    z-index: 0;
    padding-top: 40px;
    padding-bottom: 60px;
}
.v03_lead {
    font-size: 1.2em;
    text-align: center;
    padding-bottom: 20px;
    line-height: 2;
}
.v03_sum_box {
    padding-bottom: 20px;
}
.v03_f_box .sp769 {
    width: 90%;
    margin: 0 auto;
}


.v03_sum {
    width: 50%;
    float: left;
}
.v03_sum img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.access_kaizyo {
    margin: 20px auto 0;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 1.5em;
    padding: 20px;
    text-align: center;
    background: linear-gradient(45deg, #eda66a, #ed6c00);
}
.pre_box {
    background-image: url(../img/line_bk.gif);
    background-repeat: repeat;
    padding-top: 20px;
    padding-bottom: 60px;
}
.line_title02 img {
    width: 90%;
    margin: 60px auto 20px;
    display: block;
}
.line_title02 {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-top: 0px;
}
.line_title02_lead {
    text-align: center;
    padding-bottom: 20px;
    font-size: 0.8em;
}
.line_pre_btn {
    text-align: center;
}

.line_pre_btn a {
    background-color: #00B900;
    margin: 0 auto 10px;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 900;
    padding: 20px;
    font-style: italic;
    font-size: 1.3em;
}
.line_title03 img {
    width: 90%;
    margin: 0 auto 10px;
    display: block;
}
.line_product .sp480 {
    margin: 0 auto;
    width: 90%;
}
.line_product_lead {
    text-align: center;
    font-size: 0.8em;

}
.v04_box {
    padding-top: 60px;
    background-image: url(../img/v04_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.v04_title img {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.v04_pop img {
    margin: 0 auto 20px;
    width: 90%;
    display: block;
}
.v04_lead {
    font-size: 1.3em;
    font-weight: 900;
    line-height: 2;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 80px;
}
.v04_gray {
    background-color: #fafafa;
    position: relative;
    padding-bottom: 60px;
}
.v04_spec_title {
    color: #604c3f;
    font-size: 2em;
    padding-bottom: 10px;
}
.v04_spec_lead {
    line-height: 2;
    padding-bottom: 20px;
    padding-right: 10px;
}
.v04_spec_img img {
    width: 100%;
}
.v04_spec_box {
    background-color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    position: relative;
    margin-top: -40px;
    -webkit-box-shadow: 0px 0px 5px rgba(196,196,196,0.53);
    box-shadow: 0px 0px 5px rgba(196,196,196,0.53);
}
.v04_spec_box1 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DCDCDC;
}
.v05_box {
    background-image: url(../img/v05_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
    background-position: 50% 100%;
}
.v05_img01 img {
    width: 125px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    display: block;
}
.v05_title {
    color: rgba(255,255,255,1.00);
    font-size: 1.5em;
    line-height: 1.5;
    text-align: center;
}
.v05_lead {
    color: rgba(255,255,255,1.00);
    background-color: #164998;
    margin: 20px 10px 40px;
    padding: 20px;
    line-height: 1.5;
}
.v05_img02 img {
    width: 117px;
    margin: 0 auto 40px;
    display: block;
}
.v06_box {
    padding-top: 60px;
    padding-bottom: 40px;
}
.v06_box_llist  {
    text-align: center;
}

.v06_lead {
    padding: 10px 20px 40px;
    line-height: 2;
}
.v06_img1 {
    width: 217px;
    margin: 0 auto;
    display: block;
}
.v06_img2 {
    width: 260px;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.v06_img3 {
    width: 252px;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.access_tel {
    padding-bottom: 20px;
}
.news {
    padding: 20px;
}
.news_p {
    padding-bottom: 10px;
    line-height: 1.5;
}
.news_day {
    padding: 20px;
    border: 1px solid #5AA9DC;
    color: #5AA9DC;
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center;
}
.top_pick_detail {
    width: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}
.top_pick_img_box {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 3px rgba(187,187,187,1.00);
    box-shadow: 0px 0px 3px rgba(187,187,187,1.00);

}
.top_pick_text {
    line-height: 1.5;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight: 900;
}
.cnt_guuus {
    padding: 20px;
}
.top_pick_detail a {
    display: block;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    color: rgba(255,255,255,1.00);
    font-size: 1.2em;
}
.line_box {
    background-color: #f5fcf5;
}
.line_box img {
    padding: 40px;
}
.v02_title {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.v02_house {
    position: relative;
    z-index: 1;
    padding-top: 100px;
}
.v03_box {
    background-color: #fbfbf9;
}
.v03_h01_box {
    background-image: url(../img/v03_h01_bk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.v03_h02_box {
    background-image: url(../img/v03_h02_bk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.v03_right {
    padding: 20px;
}
.v03_left {
    padding: 20px;
}
.googlemap_link a {
    padding: 20px;
    display: block;
    font-size: 1.5em;
    font-weight: 900;
    text-decoration: underline;
    color: #604C3F;
}
.v03_lead_box {
    text-align: center;
}
.v03_lead_title {
    font-weight: 900;
    font-size: 2em;
    padding-top: 0px;
    padding-bottom: 20px;
}
.v03_lead_l2 {
    font-size: 1.1em;
    padding-bottom: 20px;
    font-weight: 900;
}
.v03_lead_l3 {
    padding: 0px 20px 20px;
    text-align: left;
    font-size: 1em;
    line-height: 2.5;
}
.iot_box {
    background-color: #FFFCDB;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
}
.iot_title {
    color: #7F4F21;
    font-weight: 900;
    font-size: 2em;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 10px;
}
.iot_title2 {
    color: #FFFFFF;
    background-color: #7F4F21;
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.iot_lead {
    color: #7F4F21;
    line-height: 2;
    padding-bottom: 10px;
}
.iot_right {
    margin: 0 auto;
    width: 50%;
}
.form_nin {
    color: #FFFFFF;
    font-weight: 900;
    font-size: 0.6em;
    display: inline-block;
    background-color: #BDBDBD;
    padding: 5px;
    border-radius: 5px;
    margin-left: 5px;
}
.form_hissu {
    color: #FFFFFF;
    font-weight: 900;
    font-size: 0.6em;
    display: inline-block;
    background-color:#D35254;
    padding: 5px;
    border-radius: 5px;
    margin-left: 5px;
}
.v_day {
    color: #1F1F1F;
    font-weight: 900;
    text-align: center;
    text-shadow: 0 0px 5px #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.5em;
}
.v_day_num {
    color: #1F1F1F;
    font-weight: 900;
    font-size: 3em;
    text-align: center;
    text-shadow: 0px 0px 5px #FFFFFF;
    padding-bottom: 10px;
}
.v_time_num {
    color: #1F1F1F;
    font-weight: 900;
    font-size: 1em;
    text-align: center;
    text-shadow: 0px 0px 5px #FFFFFF;
    padding-top: 10px;
}
.v_day_yobi {
    font-size: 0.3em;
    padding: 5px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
}
.SAT {
    background-color: #315DAA;
    color: #FFFFFF;
}
.SUN {
    background-color: #A82727;
    color: #FFFFFF;
}
.energy_list {
    width: 50%;
    float: left;
}
.energy_box {
    padding-bottom: 20px;
}
.energy_num {
    background-color: #485b79;
    color: #FFFFFF;
    padding: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.energy_num2 {
    font-weight: 900;
    font-size: 1.3em;
    line-height: 2em;
}
.energy_list2 {
    width: 50%;
    float: left;
    padding-top: 20px;
}
.energy_list2_box {
    padding-right: 10px;
    padding-left: 10px;
}
.energy_list_title {
    font-size: 1.3em;
    font-weight: 900;
    padding-bottom: 20px;
    padding-top: 40px;
}
.energy_list_p {
    line-height: 1.5;
    padding-bottom: 20px;
}
.energy_img {
    padding-bottom: 60px;
}
.energy_list3 {
    margin: 0 auto;
    width: 100%;
}
.energy_list3 img {
    margin-bottom: 20px;
}
.energy {
    border-top: 1px solid #cccccc;
    padding: 40px 20px;
    margin-top: 20px;
}
.energy_title {
    color: #485b79;
    font-weight: 900;
    font-size: 2em;
    padding-bottom: 40px;
    text-align: center;
}
.energy_p {
    font-weight: 900;
    text-align: center;
    padding-bottom: 40px;
}
.md_price_title {
    color: #485b79;
    font-size: 2em;
    font-weight: 900;
    padding-bottom: 40px;
}
.md_price_p {
    padding-bottom: 40px;
    line-height: 2;
    font-weight: 900;
    font-size: 1.5em;
}
.md_price_p2 {
    font-size: 1.1em;
    line-height: 1.5;
    padding-bottom: 40px;
}
.md_price_right_box {
    padding: 40px;
    border: 1px solid #485b79;
    margin: 40px 5px;
    position: relative;
}
.md_price3 {
    padding-bottom: 40px;
}
.md_price_sp1 {
    background-color: #dee4ef;
    padding: 10px;
    display: inline-block;
    font-size: 0.9em;
    margin-right: 5px;
}
.md_price_sp2 {
    font-size: 1.3em;
    font-weight: 900;
    margin-right: 5px;
}
.md_price_sp3 {
    font-size: 3.5em;
    font-weight: 900;
    margin-right: 5px;
}
.md_price_sp4 {
    font-weight: 900;
    font-size: 0.9em;
    margin-right: 5px;
}
.md_price4 {
    padding-bottom: 20px;
    font-weight: 900;
}
.md_price5 {
    padding-bottom: 10px;
    font-weight: 900;
}
.md_price6 {
    padding-bottom: 20px;
}
.md_price_sp1.white {
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
.md_price_sp5 {
    display: inline-block;
    background-color: #485b79;
    padding: 10px;
    color: #FFFFFF;
    font-size: 0.9em;
}
.md_price7 {
    line-height: 1.3;
    padding-bottom: 0px;
}
.hanbai_box {
    padding: 20px 10px 10px;
}
.cv_lead {
    line-height: 2;
    font-size: 1.5em;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
}
.md_kaishu   {
    display: inline-block;
    background-color: #ed7713;
    padding: 10px;
    color: #FFFFFF;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 900;
    font-size: 1.5em;
}
.form_p {
    font-size: 0.8em;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
}
.form_p02 {
    font-size: 1.5em;
    line-height: 2;
    text-align: left;
    font-weight: 900;
    padding-top: 0px;
    padding-bottom: 0px;
}
.cnt_thanks {
    margin: 20px;
    padding: 20px;
    border: 1px solid #B9B9B9;
}
.corona {
    padding: 20px;
    background-color: rgba(255,255,255,1.00);
    text-align: center;
}
.corona p {
    line-height: 1.5;
}
.corona h2 {
    font-size: 1.5em;
    font-weight: 900;
    padding-bottom: 20px;
    padding-top: 20px;
}
.corona a {
    color: #286DBF;
    font-weight: 900;
    text-decoration: underline;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}









/* Tablet Layout: 481px to 767px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
html { font-size:14px}

.ease,.ease div{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}

.ease:hover,.ease div:hover{
	opacity: 0.65;
	text-decoration: none;
	z-index: 500;
}

	

/* トップ戻るボタン隠す */
.pagetop a{
	display: none;
}

.sp480 {
	display: none;
}
.pc480 {
	display: block;
}
.cnt1290 {

}	

.cv_form_inbox {
    border-left: 1px solid #ddecf7;
    border-right: 1px solid #ddecf7;
    border-bottom: 1px solid #ddecf7;
    border-top: 1px solid #ddecf7;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    padding-bottom: 20px;

}	
.spice_cv a {
    width: 300px;
}
.access_title img {
    width: auto;
    padding-bottom: 40px;
}
.line_product .pc480 {
    margin: 0 auto;
    width: 90%;
}
.v05_img01 img {
    width: auto;
}
.v05_img02 img {
    width: auto;
}
.v img {
    width: 300px;
}
.v {
    top: 50px;
}
.title_btn {
    padding-top: 10px;
}
.title_btn a {
    font-size: 1.5em;
    width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.v03_left {
    width: 50%;
    padding: 0px;
    float: left;
}
.v03_right {
    width: 50%;
    padding: 0px;
    float: right;
}














}




@media only screen and (min-width: 769px) {

/* トップ戻るボタン隠す */
.pagetop a{
	display: none;
}
.sp769{
	display: none;
}
.pc769 {
	display: block;
}

.l-header {
/*	min-width: 1200px;*/
	height: 85px;
}
.l-nav__btn {
	width: 85px;
}
.l-header-logo__link {
	height: 85px;
}
.logo_image img {
	height: 41px;
	margin-right: 8px;
}	

.head_pc_menu {
	display: flex;
	padding-right: 100px;
}
.head_pc_menu a {
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: 900;
}
.is-scroll .head_pc_menu a {
	color: #87A4BA;
}
.is-scroll .head_pc_menu .head_entry {
	color: #fff;
	border: 0px solid rgba(255,255,255,0.00);
}
.nav_logo_box img {
    margin: 20px auto;
    width: 300px;
    display: block;
}	
	

.radio_box50 {
    width: 50%;
    float: left;
}
.form_title {
    font-size: 1.8em;
    margin-left: 0px;
    padding-left: 10px;
}
.cv_tel_lead {
    font-size: 3em;
}
.cv_form_inbox .line_btn a {
    font-size: 1.5em;
    margin: 10px auto;
    width: 70%;
}
.line_btn span {
    font-size: 14px;
}
.cv_tel_lead span {
    font-size: 14px;
}

.form-group {
    border-left: 1px solid #ddecf7;
    border-right: 1px solid #ddecf7;
    border-bottom: 1px solid #ddecf7;
    border-top: 1px solid #ddecf7;
    width: 70%;
    margin-left: auto;
    margin-right: auto;

}
.select-primary {
    margin: 0 auto 10px;
    width: 50%;
}
.short {
    margin: 0 auto;
    width: 50%;
}
.text_medium {
    width: 50%;
}
.radio_input {
    width: 50%;
    float: left;
}
.form_box {
    margin: 0 auto;
}
.basho_left strong {
    font-size: 2em;

}

.cv_tel_line {
    padding-left: 10px;
    padding-right: 10px;

}
.main_logo_mask img {
    width: auto;
    height: auto;

}
.main_v {
    max-height: none;
}
.main_title_pc {
    margin: 0 auto;
    width: 50%;
    max-width: 865px;
}
.point_title {
    width: 390px;
    margin-bottom: 40px;
}
.point1 img {
    width: 364px;
}
.point1_box {
    width: 45%;
    float: right;
    margin-top: -200px;
}
.point1 {
    padding: 40px;
}

.point2_box {
    width: 45%;
    float: left;
}
.point2_img {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}
.point2 {
    padding: 20px 20px 40px;
}
.point2 img {
    width: 339px;
}
.point3 {
    width: auto;
    margin-right: 0px;
    padding: 40px;
    margin-left: 55%;
    margin-top: -260px;
    z-index: 1;
    position: relative;
}
.point3 img {
    width: 260px;
}
.point_retsu {
    margin-top: -40px;
    position: relative;
    z-index: 0;
}

.point_retsu .left {
    width: 60%;
}
.point_retsu .right {
    width: 35%;
}
.access_lead {
    padding-bottom: 20px;
}
.access_tel_right {
    width: 60%;
    float: right;
}
.access_tel_right .pc769 {
    font-size: 3.5em;
    color: #ED7007;
    font-weight: 900;
    text-align: left;
	
}

.access_tel_left {
    width: 40%;
    float: left;
    text-align: right;
    padding-top: 10px;
}
.lf_left_img {
    width: 266px;
}
.lf_right_img {
    width: 264px;
    z-index: 2;
}


.lf_cnt {
    margin-top: -150px;
    padding-top: 60px;
}
.lf_title_lead {
    padding-bottom: 20px;
}
.lf_title img {
    width: 251px;
    padding-bottom: 40px;
}
.lf_cnt1_left {
    width: 44%;
    float: left;
    padding-top: 200px;
    text-align: left;
}
.lf_cnt1_right {
    width: 55%;
    border: none;
    float: right;
}
.lf_cnt1_right img {
    width: 345px;
}
.lf_cnt2_right {
    width: 55%;
    float: right;
    padding-top: 100px;
}
.lf_cnt2_right img {
    width: 337px;
}
.lf_cnt3_box {
    width: 50%;
    float: left;
}
.lf_cnt3_in {
    padding: 10px;
}
.fl_left_img2 {
    width: 203px;
}
.fl_right_img2 {
    width: 202px;
}
.lf_foot {
    height: 700px;
    margin-top: -500px;
}
.lf_red_foot {
    height: 600px;
}

.lf_cnt2_left {
    width: 44%;
    float: left;
}
.gallery_title img {
    padding-top: 80px;
    padding-bottom: 40px;
    width: 522px;
}
.gallery {
    padding-bottom: 80px;
}
.spirits_left {
    width: 50%;
}
.spirts_img {
    width: 49%;
    position: absolute;
    right: 0px;
    top: 50%;
}
.spirts_sub {
    padding-left: 0px;
    padding-right: 0px;
}
.spirts_lead {

}
.spice {
    padding-top: 80px;
    padding-bottom: 80px;
}
.spice_price {
    width: 60%;
    float: left;
}

.spice_rei {
    width: 39%;
    float: right;
    padding-top: 30px;
}
.line_flag1 {
    width: 214px;
}

.line_flag2 {
    width: 215px;
}
.line_icon_in img {
    width: auto;
}
.line_right {
    width: 20%;
    float: right;
}
.line_cnt {
    width: 75%;
    float: left;
    position: relative;
    z-index: 2;
    padding-top: 140px;
}
.line_cnt_in {
    padding-left: 40px;
}
.contact {
    padding-top: 80px;
}
.contact_title {
    width: auto;
}
.main_cv {
    width: 40%;
}
.main_cv a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.title_lead {
    font-size: 2em;
}
.title_btn a {
    width: 480px;
}
.v02_title img {
    width: 500px;
    height: auto;
    position: relative;
}
.v02_left {
    width: 50%;
    float: left;
}
.v02_right {
    width: 50%;
    float: right;
    padding-top: 30px;
}
.v03_title img {
    width: auto;
}
.v03_pop {
    width: auto;
    margin-right: 100px;
    margin-top: -300px;
}
.v03_lead {
    font-size: 3em;
}
.v03_sum {
    width: 25%;
}
.v03_f_box .pc769 {
    width: 90%;
    margin: 0 auto 20px;
    display: block;
}
.v04_pop img {
    width: auto;
}
.v04_left {
    width: 50%;
    float: left;
}
.v04_right {
    width: 50%;
    float: right;
}
.top_pick_detail {
    width: 40%;
    float: right;
}
.top_pick_img {
    width: 60%;
    float: left;
}
.v {
    top: 100px;
}
.v img {
    width: 60%;
}
.v03_lead_left {
    width: 50%;
    float: left;
}
.v03_lead_right {
    width: 50%;
    float: right;
}
.v03_lead_title {
    text-align: right;
    font-size: 3em;
}
.v03_lead_l2 {
    text-align: right;
    font-size: 1.5em;
}
.v03_lead_l3 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.ito_left {
    width: 50%;
    float: left;
}
.iot_right {
    margin: 0px;
    float: right;
    width: 49%;
}
.iot_box {
    padding: 40px;
    margin: 40px 0px;
}
.iot_title {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 30px;
}
.cnt769 {
    margin: 0 auto;
    width: 769px;
}
.energy_list3 {
    width: 33.3333%;
    float: left;
}
.energy_box {
    padding-right: 10px;
    padding-left: 10px;
}

.corona {
    padding-bottom: 20px;
    padding-top: 20px;
}




















}


@media only screen and (min-width: 900px) {
html { font-size:16px;
		width:100%;
}

/* topへ戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 500;
}
.pagetop a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 20px 10px;
	opacity:0.8;	
}
 
.pagetop a:hover {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 20px 10px;
    z-index: 200;
}
.title_lead {
    padding-top: 10%;
}









	


}
@media only screen and (min-width: 1100px) {
.pc22list_pop {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 60%;
	z-index: 200;
}
.pc22list_img {
	width: 50%;
	margin-left: auto;
	margin-right: 0px;
}
.cnt1000 {
	margin: 0 auto;
	width: 1000px;
}

.foot_link a {
    display: inline-block;
    text-align: left;
    margin-right: 10px;
}
.foot_logo img {
    width: 400px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.foot_sub_link {
    width: 60%;
    border: none;
    float: left;
}

.foot_sub_link a {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}
.foot_right {
    width: 30%;
    float: right;
    padding-top: 13px;
}
.foot_icon {
    padding: 0px;
    margin: 0px;
}
.spirts_img {
    top: 40%;
    max-height: 550px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.v img {
    width: 800px;
    height: auto;
}
.v03_p {
    width: 700px;
}
.v04_title img {
    width: auto;
}
.v05_box {
    padding-bottom: 200px;
}
.v06_box_list {
    width: 33.333%;
    float: left;
}
.v {
    padding-top: 5%;
}
.v03_lead_title {
    font-size: 4em;
}
.v03_lead_box {
    padding-bottom: 70px;
    padding-top: 40px;
}
.cnt_thanks {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 1000px;
}
	


















	
}
@media only screen and (min-width: 1200px) {
.land_top_box li {
    width: 33.333%;
}
.cnt1200 {
    margin: 0 auto;
    width: 1200px;
}
.line_product .pc480 {
    width: auto;
}
.hanbai_box {
    margin: 0 auto;
    padding: 0px;
    width: 1100px;
}





}


@media only screen and (min-width: 1290px) {
.cnt1290  {
	margin: 0 auto;
	width: 1290px;
}
.nav1290  {
	margin: 0 auto;
	width: 1290px;
}	
.v03_f_box .pc769 {
    width: auto;
}
.line_title02 img {
    width: auto;
}
.line_title03 img {
    width: auto;
}





	

}
